Merge pull request #285 from lirantal/gitignore-updates

Gitignore updates
This commit is contained in:
Liran Tal
2014-12-04 16:39:17 +02:00

45
.gitignore vendored
View File

@@ -1,4 +1,12 @@
# iOS / Apple
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
# Node and related ecosystem
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
@@ -7,4 +15,41 @@ public/lib
app/tests/coverage/
.bower-*/
.idea/
# MEAN.js app and assets
# ======================
config/sslcert/*.pem
access.log
# Sublime editor
# ==============
.sublime-project
*.sublime-project
*.sublime-workspace
# Eclipse project files
# =====================
.project
.settings/
.*.md.html
.metadata
*~.nib
local.properties
# IntelliJ
# ========
*.iml
# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/