Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ hterm Public archive

Commit

Permalink
ignore npm node_modules dirs
Browse files Browse the repository at this point in the history
We'd never want to commit these, so just always ignore them.

This creates some redundancy across top/subdirs, but this is because
we mirror out subdirs into dedicated git repos.

Change-Id: I4aff2d37f2f98b23cb86936198a98abc1015a0b6
Reviewed-on: https://chromium-review.googlesource.com/1027063
Reviewed-by: Vitaliy Shipitsyn <[email protected]>
Tested-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Apr 27, 2018
1 parent 303647d commit 5789419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Stuff we build for distribution
dist

# npm related dirs.
node_modules

0 comments on commit 5789419

Please sign in to comment.