Skip to content

Commit

Permalink
Add node_modules to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dalanmiller authored Sep 7, 2016
1 parent f272196 commit ce20d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const gitignore = () => `\
rethinkdb_data
**/*.log
.hz/secrets.toml
node_modules
`;

const parseArguments = (args) => {
Expand Down

0 comments on commit ce20d9c

Please sign in to comment.