| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # Compiled source #
- ###################
- *.com
- *.class
- *.dll
- *.exe
- *.o
- *.so
- # Packages #
- ############
- # it's better to unpack these files and commit the raw source
- # git has its own built in compression methods
- *.7z
- *.dmg
- *.gz
- *.iso
- *.jar
- *.rar
- *.tar
- *.zip
- # Logs and databases #
- ######################
- *.log
- *.sql
- *.sqlite
- # OS generated files #
- ######################
- .DS_Store?
- ehthumbs.db
- Icon?
- Thumbs.db
- node_modules/*
- data/*
- cookies.txt
- requestQueueWorker.js
- TpdsWorker.js
- BackgroundJobsWorker.js
- UserAndProjectPopulator.coffee
- public/manifest.json
- public/js
- public/minjs
- public/stylesheets
- Gemfile.lock
- *.swp
- .DS_Store
- docker-shared.yml
- config/*.coffee
- modules/**/Makefile
|