| 12345678910111213141516171819202122232425 |
- # User specific & automatically generated files #
- #################################################
- /build
- /dist
- /tags
- /composer.lock
- /phpunit.xml
- /vendor
- *.mo
- # IDE and editor specific files #
- #################################
- /nbproject
- .idea
- # OS generated files #
- ######################
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- Icon?
- ehthumbs.db
- Thumbs.db
|