Skip to content

Commit

Permalink
Update gitignore to ignore OS files and editor files
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarayut committed Oct 7, 2015
1 parent 4dcdb68 commit b2f5b8b
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
.idea
node_modules
npm-debug.log
# --------------------
# OS Files
# --------------------
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

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

# --------------------
# Editor Files
# --------------------
.idea/
*.swp
*.vim

0 comments on commit b2f5b8b

Please sign in to comment.