-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
45 lines (39 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ── OS files ──────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# ── Editor & IDE ──────────────────────────────────────
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sublime-project
*.sublime-workspace
# ── Logs & debug ──────────────────────────────────────
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ── Dependency folders ────────────────────────────────
node_modules/
.npm/
# ── Local dev server artifacts ────────────────────────
.cache/
dist/
build/
# ── Environment & secrets ─────────────────────────────
.env
.env.local
.env.*.local
# ── Temporary files ───────────────────────────────────
*.tmp
*.temp
*.bak