We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a58e80 commit fb435eaCopy full SHA for fb435ea
2 files changed
.gitignore
@@ -1,5 +1,12 @@
1
.wrangler/
2
+
3
node_modules/
4
dist/
5
worker-configuration.d.ts
-.dev.vars
6
7
+.dev.vars
8
9
+*.log
10
11
+.DS_Store
12
+Thumbs.db
.vscode/settings.json
@@ -4,6 +4,8 @@
"node_modules": true,
"build": true,
".wrangler": true,
- "worker-configuration.d.ts": true
+ "worker-configuration.d.ts": true,
+ ".DS_Store": true,
+ "Thumbs.db": true
}
0 commit comments