1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| # v1.3.23 October 11, 2014
| # https://github.com/bevry/base
|
| # Temp Files
| **/*.log
| **/.docpad.db
|
| # Build Files
| build/
| components/
| bower_components/
| node_modules/
|
| # Private Files
| .env
|
| # Development Files
| .editorconfig
| .eslintrc
| .jshintrc
| coffeelint.json
| .travis*
| Cakefile
| Makefile
| BACKERS.md
| CONTRIBUTING.md
| HISTORY.md
| **/src/
| **/test/
|
| # Other Package Definitions
| template.js
| component.json
| bower.json
|
| # =====================================
| # CUSTOM MODIFICATIONS
|
| # None
|
|