We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d13e68a + e4e5da6 commit 0f33f34Copy full SHA for 0f33f34
Node.gitignore
@@ -16,13 +16,13 @@ coverage
16
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17
.grunt
18
19
+# node-waf configuration
20
+.lock-wscript
21
+
22
# Compiled binary addons (http://nodejs.org/api/addons.html)
23
build/Release
24
25
# Dependency directory
26
# Commenting this out is preferred by some people, see
27
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
28
node_modules
-
-# Users Environment Variables
-.lock-wscript
0 commit comments