Skip to content

Commit

Permalink
Git ignore locally installed node modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 9, 2015
1 parent 47d9e78 commit 35e729c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gitignore
Expand Up @@ -8,6 +8,9 @@ TODO
# for bundler
.bundle

# for npm
node_modules

# for yard
.yardoc

Expand All @@ -24,4 +27,4 @@ custom_plan.rb
zeus.json

# for rspec (e.g. .rspec-tm)
.rspec*
.rspec*

0 comments on commit 35e729c

Please sign in to comment.