Skip to content

Commit 0f33f34

Browse files
committed
Merge pull request #1234 from stuartpb/patch-2
Explain .lock-wscript and move it
2 parents d13e68a + e4e5da6 commit 0f33f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Node.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ coverage
1616
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1717
.grunt
1818

19+
# node-waf configuration
20+
.lock-wscript
21+
1922
# Compiled binary addons (http://nodejs.org/api/addons.html)
2023
build/Release
2124

2225
# Dependency directory
2326
# Commenting this out is preferred by some people, see
2427
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2528
node_modules
26-
27-
# Users Environment Variables
28-
.lock-wscript

0 commit comments

Comments
 (0)