Skip to content

Commit e965a90

Browse files
committed
Merge pull request #538 from nodejs/add-stuff-to-gitignore
comment gitignore and add commonly ignored stuff
2 parents b935aca + 1b88c68 commit e965a90

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Generated HTML and other static files
12
build/
3+
# Commonly ignored Node.js files
24
node_modules/
35
npm-debug.log
6+
.npm/
7+
8+
# OSX system files, the bane of our existence
9+
.DS_Store
10+
.AppleDouble
11+
.LSOverride

0 commit comments

Comments
 (0)