Skip to content

Commit

Permalink
Add the node directory to .gitignore
Browse files Browse the repository at this point in the history
To ensure we don't commit node to our repository,
the node directory was added to the .gitignore.

Change-Id: Ifb9ee76458c66824c218a1bc74555770e256e475
  • Loading branch information
irbull committed Apr 4, 2017
1 parent df4a7f4 commit b1a9c9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ hs_err*.log
*.ipr
*.iws
.idea

# Build output.
node

0 comments on commit b1a9c9d

Please sign in to comment.