Modified .gitignore

master
Keith Irwin 2017-04-12 19:50:28 -04:00
parent 40838f7717
commit df2d11f3ca
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 7 additions and 4 deletions

7
.gitignore vendored
View File

@ -1,7 +1,4 @@
# Nodemon config
nodemon.json
# Ignore node modules
# npm packages
node_modules
# Secret stuff
@ -37,6 +34,8 @@ nbproject
*.sublime-project
*.sublime-workspace
.idea
.c9
c9d
# Komodo
*.komodoproject

4
nodemon.json Normal file
View File

@ -0,0 +1,4 @@
{
"verbose": true,
"ext": "html, js, json, css"
}