| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- compileFolder
- 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/*
- test/IntergrationTests/js/*
- data/*/*
- app.js
- app/js/*
- test/IntergrationTests/js/*
- test/UnitTests/js/*
- cookies.txt
- uploads/*
- public/js/editor.js
- public/js/home.js
- public/js/forms.js
- public/js/gui.js
- public/js/admin.js
- public/stylesheets/mainStyle.css
- public/minjs/
- test/unit/js/
- test/acceptence/js
- user_files/*
- template_files/*
- **.swp
- /log.json
- hash_folder
|