Skip to content

Commit aff5fe9

Browse files
surilindurrubensworks
authored andcommitted
Cleanup .gitignore
1 parent 825bcd8 commit aff5fe9

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.gitignore

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
**/.idea/
2-
**/node_modules/
3-
**/coverage/
4-
**/comunica_temp/
5-
**/local_temp/
6-
test_files/
7-
output/
81
.eslintcache
92
.yarn/
103

4+
node_modules/
5+
coverage/
6+
117
**/lib/**/*.js
128
**/lib/**/*.js.map
139
**/lib/**/*.d.ts
14-
**/test/**/*.js
15-
**/test/**/*.js.map
16-
**/test/**/*.d.ts
1710
**/bin/**/*.js
1811
**/bin/**/*.js.map
1912
**/bin/**/*.d.ts
20-
**/index.js
21-
**/index.js.map
22-
**/index.d.ts
23-
!/test/data/**/*.d.ts

0 commit comments

Comments
 (0)