Skip to content

Commit 0c413b1

Browse files
committed
Fixing .gitignore to ignore all files in
the "test/" directory by default.
1 parent bc637b9 commit 0c413b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
!/lib/configuration/**/*.js
66
!/lib/generator/**/*.js
77
!/lib/parser/**/*.js
8-
/test/**/*.js
8+
/test/**/*.*
99
!/test/configuration/**/*.*
1010
!/test/generator/**/*.*
1111
!/test/parser/**/*.*

0 commit comments

Comments
 (0)