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 6625020 commit 97d5f13Copy full SHA for 97d5f13
.gitignore
@@ -1,16 +1,14 @@
1
/ci/c8/
2
/ci/jsdoc/
3
+/lib/easy/**/*.*
4
+/lib/expert/**/*.*
5
+/lib/hard/**/*.*
6
+/lib/medium/**/*.*
7
/node_modules/
-/lib/**/*.js
-!/lib/configuration/**/*.js
-!/lib/generator/**/*.js
-!/lib/parser/**/*.js
8
-/test/**/*.*
9
-!/test/configuration/**/*.*
10
-!/test/generator/**/*.*
11
-!/test/parser/**/*.*
12
-!/test/File.js
13
-!/test/assertOutputAnswer.js
+/test/easy/**/*.*
+/test/expert/**/*.*
+/test/hard/**/*.*
+/test/medium/**/*.*
14
/.ashrc
15
/.env
16
/docker-compose.override.yml
0 commit comments