We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aeca0 commit 14e4eabCopy full SHA for 14e4eab
.assetsignore
@@ -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