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.
1 parent 239d17b commit d4925fdCopy full SHA for d4925fd
.gitignore
@@ -125,19 +125,19 @@ build/Release
125
# Dependency directory
126
# Commenting this out is preferred by some people, see
127
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
128
-node_modules
+/node_modules
129
130
# Users Environment Variables
131
.lock-wscript
132
133
134
### Bower ###
135
-bower_components
+/bower_components
136
137
**/#*#
138
139
# Local configuration
140
-config.js
+/config.js
141
142
# Destination folder
143
-www/
+/www/
0 commit comments