Tidy up gitignore
This commit is contained in:
parent
55f1c718a7
commit
b39941aa7c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue