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
config/*/*
*.txt
// JSX cache
.module-cache
// Bower
bower_components
// Ignore compiled app for now
app/app.js
app/charts.js
// Config files
/config.json
/config/*/*
// Workspace documents and notes
*.txt
// Compiled app (reconsider later)
app/scripts/app.js
app/scripts/charts.js