-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vercelignore
More file actions
46 lines (38 loc) · 771 Bytes
/
.vercelignore
File metadata and controls
46 lines (38 loc) · 771 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
# Source files (TypeScript will be compiled) - KEEP FOR VERCEL BUILD
# src/
# Development files
test/
examples/
*.md
!docs/homepage.md
.gitignore
.git/
# Logs and temporary files
logs/
*.log
*.pid
*.seed
*.pid.lock
# Build artifacts not needed in deployment
# build/ - KEEP BUILD DIRECTORY FOR API FUNCTIONS
# Development dependencies
node_modules/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Environment files (will be configured in Vercel dashboard)
.env
.env.local
.env.development
.env.test
.env.production
# Testing artifacts
coverage/
jest-report/
# Lock files - IMPORTANT: Keep package-lock.json for npm ci
# package-lock.json should NOT be ignored - required for reproducible builds
# Only ignore alternative lock files if using npm
yarn.lock
pnpm-lock.yaml