| 123456789101112131415161718192021222324252627 |
- # User specific & automatically generated files #
- #################################################
- /app/Config/database.php
- /app/tmp
- /lib/Cake/Console/Templates/skel/tmp/
- /plugins
- /vendors
- /build
- /dist
- /tags
- *.mo
-
- # IDE and editor specific files #
- #################################
- /nbproject
- .idea
-
- # OS generated files #
- ######################
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- Icon?
- ehthumbs.db
- Thumbs.db
|