12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # 2015 March 8
- # https://github.com/bevry/base
- # Temp Files
- **/.docpad.db
- **/out.*
- **/*.log
- **/*.cpuprofile
- **/*.heapsnapshot
- # Build Files
- build/
- components/
- bower_components/
- node_modules/
- # Private Files
- .env
- # Development Files
- .editorconfig
- .eslintrc*
- .jshintrc
- .jscrc
- coffeelint*
- .travis*
- nakefile*
- Cakefile
- Makefile
- BACKERS.md
- CONTRIBUTING.md
- HISTORY.md
- **/test*
- # Other Package Definitions
- template.js
- component.json
- bower.json
- # =====================================
- # CUSTOM MODIFICATIONS
- # None
|