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