1
0
Fork 0

Tidy up gitignore

This commit is contained in:
Gregory Eremin 2015-03-08 15:15:21 +07:00
parent 55f1c718a7
commit b39941aa7c
1 changed files with 13 additions and 7 deletions

20
.gitignore vendored
View File

@ -1,10 +1,16 @@
config.json // JSX cache
config/*/*
*.txt
.module-cache .module-cache
// Bower
bower_components bower_components
// Ignore compiled app for now // Config files
app/app.js /config.json
app/charts.js /config/*/*
// Workspace documents and notes
*.txt
// Compiled app (reconsider later)
app/scripts/app.js
app/scripts/charts.js