Skip to content

Commit fb435ea

Browse files
authored
feat: update ignored files configuration.
1 parent 3a58e80 commit fb435ea

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
.wrangler/
2+
23
node_modules/
34
dist/
45
worker-configuration.d.ts
5-
.dev.vars
6+
7+
.dev.vars
8+
9+
*.log
10+
11+
.DS_Store
12+
Thumbs.db

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"node_modules": true,
55
"build": true,
66
".wrangler": true,
7-
"worker-configuration.d.ts": true
7+
"worker-configuration.d.ts": true,
8+
".DS_Store": true,
9+
"Thumbs.db": true
810
}
911
}

0 commit comments

Comments
 (0)