Skip to content

Commit d4925fd

Browse files
committed
Fix ignore of root folders
1 parent 239d17b commit d4925fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ build/Release
125125
# Dependency directory
126126
# Commenting this out is preferred by some people, see
127127
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
128-
node_modules
128+
/node_modules
129129

130130
# Users Environment Variables
131131
.lock-wscript
132132

133133

134134
### Bower ###
135-
bower_components
135+
/bower_components
136136

137137
**/#*#
138138

139139
# Local configuration
140-
config.js
140+
/config.js
141141

142142
# Destination folder
143-
www/
143+
/www/

0 commit comments

Comments
 (0)