We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825bcd8 commit aff5fe9Copy full SHA for aff5fe9
.gitignore
@@ -1,23 +1,12 @@
1
-**/.idea/
2
-**/node_modules/
3
-**/coverage/
4
-**/comunica_temp/
5
-**/local_temp/
6
-test_files/
7
-output/
8
.eslintcache
9
.yarn/
10
+node_modules/
+coverage/
+
11
**/lib/**/*.js
12
**/lib/**/*.js.map
13
**/lib/**/*.d.ts
14
-**/test/**/*.js
15
-**/test/**/*.js.map
16
-**/test/**/*.d.ts
17
**/bin/**/*.js
18
**/bin/**/*.js.map
19
**/bin/**/*.d.ts
20
-**/index.js
21
-**/index.js.map
22
-**/index.d.ts
23
-!/test/data/**/*.d.ts
0 commit comments