Skip to content

Commit 4121ba6

Browse files
committed
Simplify .gitignore
1 parent ad76fca commit 4121ba6

File tree

1 file changed

+9
-33
lines changed

1 file changed

+9
-33
lines changed

.gitignore

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
# Rust build artifacts
1+
# Rust
22
/target/
33
**/*.rs.bk
44
*.pdb
55

6-
# Cargo
7-
8-
9-
# IDE files
6+
# IDE
107
.vscode/
118
.idea/
129
*.swp
1310
*.swo
1411
*~
1512

16-
# OS generated files
13+
# OS
1714
.DS_Store
1815
.DS_Store?
1916
._*
@@ -22,47 +19,26 @@
2219
ehthumbs.db
2320
Thumbs.db
2421

25-
# Logs
22+
# Logs and runtime
2623
*.log
27-
28-
# Runtime data
29-
pids
3024
*.pid
3125
*.seed
3226
*.pid.lock
3327

34-
# Coverage directory used by tools like istanbul
35-
coverage/
36-
37-
# nyc test coverage
38-
.nyc_output
39-
40-
# Dependency directories
28+
# Node
4129
node_modules/
42-
43-
# Optional npm cache directory
4430
.npm
4531

46-
# Optional REPL history
47-
.node_repl_history
48-
49-
# Output of 'npm pack'
50-
*.tgz
51-
52-
# Yarn Integrity file
53-
.yarn-integrity
54-
55-
# dotenv environment variables file
32+
# Environment
5633
.env
5734

58-
# Temporary folders
35+
# Temporary
5936
tmp/
6037
temp/
6138

62-
# Cloudflare Workers
39+
# Cloudflare
6340
.wrangler/
64-
wrangler.toml.bak
6541

66-
# Release artifacts
42+
# Build output
6743
pkg/
6844
web/pkg/

0 commit comments

Comments
 (0)