-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (37 loc) · 679 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (37 loc) · 679 Bytes
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
46
47
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Environment variables
.env
# Node modules
/node_modules/
# Build outputs (Vite)
dist/
# TypeScript build info
*.tsbuildinfo
# Vite cache
.vite/
# Editor directories and system files
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
Thumbs.db
# Visual Studio (only if not using it, safe to ignore if unsure)
*.suo
*.ntvs*
*.njsproj
*.sln
# Swap files (optional: Vim/other editors)
*.sw?
# Hosting platform build artifacts
.netlify/
.vercel/
# Claude Code — personal/per-machine state (team-shared settings, agents,
# commands, and CLAUDE.md remain tracked)
.claude/*