Skip to content

Commit

Permalink
Updated gitignore (cleaned it up, plus now it ignores generated test …
Browse files Browse the repository at this point in the history
…files if they're laying around)
  • Loading branch information
mikermcneil committed Sep 10, 2013
1 parent 79beba3 commit 34b266d
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
*#
############################
# npm
############################
node_modules
npm-debug.log
ssl
.DS_STORE
*~
.idea

nbproject

# Ignore temporary files
############################
# tmp, editor & OS files
############################
.tmp

*.swo
*.swp
*.swn
*.swm
*.swm
.DS_STORE
*#
*~
.idea
nbproject


############################
# Tests
############################
testApp

0 comments on commit 34b266d

Please sign in to comment.