UNPKG

405 BPlain TextView Raw
1# v1.3.10 December 10, 2013
2# https://github.com/bevry/base
3
4# Temp Files
5**/*.log
6**/.docpad.db
7
8# Build Files
9build/
10components/
11bower_components/
12node_modules/
13
14# Development Files
15.travis*
16Cakefile
17Makefile
18BACKERS.md
19CONTRIBUTING.md
20HISTORY.md
21**/src/
22**/test/
23
24# Other Package Definitions
25template.js
26component.json
27bower.json
28
29# =====================================
30# CUSTOM MODIFICATIONS
31
32# None