Skip to content

Commit 97d5f13

Browse files
committed
Updating .gitignore to the new architecture.
1 parent 6625020 commit 97d5f13

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.gitignore

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/ci/c8/
22
/ci/jsdoc/
3+
/lib/easy/**/*.*
4+
/lib/expert/**/*.*
5+
/lib/hard/**/*.*
6+
/lib/medium/**/*.*
37
/node_modules/
4-
/lib/**/*.js
5-
!/lib/configuration/**/*.js
6-
!/lib/generator/**/*.js
7-
!/lib/parser/**/*.js
8-
/test/**/*.*
9-
!/test/configuration/**/*.*
10-
!/test/generator/**/*.*
11-
!/test/parser/**/*.*
12-
!/test/File.js
13-
!/test/assertOutputAnswer.js
8+
/test/easy/**/*.*
9+
/test/expert/**/*.*
10+
/test/hard/**/*.*
11+
/test/medium/**/*.*
1412
/.ashrc
1513
/.env
1614
/docker-compose.override.yml

0 commit comments

Comments
 (0)