Skip to content

Commit 22dc925

Browse files
authored
Create .gitignore
1 parent 33357e3 commit 22dc925

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Dependencies
2+
node_modules/
3+
package-lock.json
4+
yarn.lock
5+
6+
# Svelte source files (don't push raw source)
7+
assets/
8+
package.json
9+
svelte.config.js
10+
vite.config.js
11+
12+
# Development
13+
.DS_Store
14+
.env
15+
.env.local
16+
17+
# IDE
18+
.vscode/
19+
.idea/
20+
*.swp
21+
*.swo
22+
*~
23+
.sublime-project
24+
.sublime-workspace
25+
26+
# OS
27+
Thumbs.db
28+
29+
# FiveM specific
30+
__resource.cfg
31+
32+
# Wrangler (Demo stuff)
33+
wrangler.toml
34+
wrangler.jsonc

0 commit comments

Comments
 (0)