Skip to content

Commit a42cf46

Browse files
committed
docs: update .gitignore via Apex Optimizer
1 parent 3a2f5ac commit a42cf46

File tree

1 file changed

+27
-51
lines changed

1 file changed

+27
-51
lines changed

.gitignore

Lines changed: 27 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,36 @@
1-
# OS generated files
2-
.DS_Store
3-
Thumbs.db
1+
# Dependency Directories
2+
/node_modules
3+
/dist
4+
/build
5+
6+
# Source Maps and Bundling
7+
*.map
8+
*.js.map
9+
10+
# TypeScript
11+
*.tsbuildinfo
12+
tsconfig.tsbuildinfo
413

5-
# IDE / Editor files
14+
# IDE/Editor Artifacts
615
.vscode/
716
.idea/
8-
*.sublime-project
9-
*.sublime-workspace
10-
11-
# Build artifacts
12-
dist/
13-
build/
14-
*.o
15-
*.so
16-
*.a
17-
*.dll
18-
*.exe
19-
20-
# Node.js dependencies and modules
21-
node_modules/
22-
npm-debug.log*
23-
yarn-debug.log*
24-
yarn-error.log*
25-
pnpm-debug.log*
26-
27-
# Vite specific files
28-
.vite/
17+
*.swp
2918

30-
# WXT specific files
31-
.wxt/
19+
# Testing & Coverage
20+
/coverage
3221

33-
# Test files
34-
coverage/
35-
*.test.js.snap
36-
*.spec.js.snap
22+
# Browser Extension Specific
23+
.parcel-cache
24+
.webext-config.json
3725

38-
# Log files
26+
# Logs and Runtime
3927
*.log
28+
npm-debug.log*
4029

41-
# OS Specific
42-
.AppleDouble
43-
.LSOverride
44-
._*
45-
46-
# macOS
47-
.Trashes
48-
49-
# Windows
50-
pagefile.sys
51-
swapfile.sys
52-
hiberfil.sys
53-
54-
# Package manager files
55-
package-lock.json
56-
yarn.lock
57-
pnpm-lock.yaml
30+
# OS Generated Files
31+
.DS_Store
32+
Thumbs.db
5833

59-
# VS Code specific files
60-
.vscode/
34+
# Environment Variables (Never commit secrets)
35+
.env
36+
.env.local

0 commit comments

Comments
 (0)