Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hallahan committed Sep 13, 2014
1 parent b656562 commit f47b37a
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions .gitignore
@@ -1,3 +1,28 @@
############## generic files to ignore #######
*~
*.lock
*.DS_Store
*.swp
*.out

############## Mac Stuff #####################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

############## Jetbrains Stuff ###############
*.iws
workspace.xml
tasks.xml
*.iml
.idea/

############## NodeJS Stuff ##################

# Logs
logs
*.log
Expand All @@ -19,10 +44,4 @@ coverage
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Users Environment Variables
.lock-wscript

0 comments on commit f47b37a

Please sign in to comment.