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