Added .gitignore

master
Keith Irwin 2017-04-12 19:44:54 -04:00
parent e8afae268e
commit 40838f7717
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 47 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@ -0,0 +1,47 @@
# Nodemon config
nodemon.json
# Ignore node modules
node_modules
# Secret stuff
config/env*
!config/env-sample.js
# Ignore docs files
_gh_pages
_site
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea
# Komodo
*.komodoproject
.komodotools
# grunt-html-validation
validation-status.json
validation-report.json