update gitignore

This commit is contained in:
Douglas Gardner 2013-04-18 08:37:30 +00:00
parent 787480647d
commit d87d6eeeb0

11
.gitignore vendored
View File

@ -1,5 +1,10 @@
# Ignore the user config files # Ignore the user config files
./config.json config.json
# Ignore the user database
db.json db.json
# ignore npm
node_modules/
# ignore assets
public/bootstrap/
public/d3/