Skip to content

Commit

Permalink
Clean up gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
baer committed Jul 31, 2014
1 parent ca83a04 commit ea2cabc
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,55 @@
# --------------------
# OSX Files
# --------------------
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

# --------------------
# IntelliJ Files
# --------------------
*.iml
*.ipr
*.iws
.idea/

# --------------------
# Netbeans Files
# --------------------
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# --------------------
# Node Files
# --------------------
.nodemonignore
npm-debug.log
node_modules/

# --------------------
# SASS Files
# --------------------
.sass-cache/

# --------------------
# Bower Files
# --------------------
.bower-*/
.idea/
nbproject/
node_modules/
bower_components
mean.iml

# --------------------
# App Files
# --------------------
test/coverage/
modules/public/
modules/views/
/public/build/
/nbproject/private/

0 comments on commit ea2cabc

Please sign in to comment.