Skip to content

Commit

Permalink
adds node_modules to .gitignore file for pre-commit hooks #10
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 11, 2017
1 parent 8c932df commit 2c7943d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ erl_crash.dump
*.ez
*.beam
logs/

# people can generate docs locally if they want, they are useless on GitHub!
docs/

# exclude node_modules which are required for pre-commit hook ...
node_modules
# see: github.com/dwyl/hits-elixir/issues/10

0 comments on commit 2c7943d

Please sign in to comment.