Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
updating .gitignore file with more popular entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Dec 4, 2014
1 parent 6036d65 commit 7bce829
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# iOS / Apple
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Node and related ecosystem
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
Expand All @@ -7,12 +15,41 @@ public/lib
app/tests/coverage/
.bower-*/
.idea/

# MEAN.js app and assets
# ======================
config/sslcert/*.pem
# MEAN app log file for production
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/

0 comments on commit 7bce829

Please sign in to comment.