We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee2cae commit db545d6Copy full SHA for db545d6
.gitignore
@@ -1,20 +1,21 @@
1
-node_modules
2
-npm-debug.log
3
-yarn.lock
4
-*data.json
5
-*data*
6
-*.db
7
-.idea/
8
-*.bak
9
-*.new
10
-*.log
11
-v8.json
12
-*.DS_store
13
-isolate*.log
14
-.esm-cache
15
-.sessionStorage
16
-.localStorage
17
-/types/**/*.ts
18
-!/types/**/*.d.ts
19
-/gun.ts
20
-/temp/
+node_modules
+npm-debug.log
+yarn.lock
+*data.json
+*data*
+*.db
+.idea/
+*.bak
+*.new
+*.log
+v8.json
+*.DS_store
+isolate*.log
+.esm-cache
+.sessionStorage
+.localStorage
+/types/**/*.ts
+!/types/**/*.d.ts
+/gun.ts
+/temp/
21
+.nyc_output/
0 commit comments