Skip to content

Commit 14e4eab

Browse files
committed
Updated to workers.
1 parent 32aeca0 commit 14e4eab

File tree

4 files changed

+1545
-18
lines changed

4 files changed

+1545
-18
lines changed

.assetsignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Node.js
2+
**/node_modules
3+
**/.npm
4+
**/package-lock.json
5+
6+
# Build artifacts and source
7+
src/
8+
scripts/
9+
webpack.config.js
10+
babel.config.js
11+
12+
# Git and version control
13+
**/.git
14+
**/.gitignore
15+
16+
# OS files
17+
**/.DS_Store
18+
**/Thumbs.db
19+
20+
# Development and configuration files
21+
**/.env*
22+
**/wrangler.jsonc
23+
**/.assetsignore
24+
25+
# Test files
26+
**/*.test.js
27+
**/*.spec.js
28+
29+
# Documentation (excluding demo files)
30+
README.md

0 commit comments

Comments
 (0)