-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (31 loc) · 658 Bytes
/
.gitignore
File metadata and controls
41 lines (31 loc) · 658 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
# Build output directories
/dist/
/.astro/
# Vercel output
.vercel/
/.vercel/output/
# Node modules
/node_modules/
# Dependency management lock files (if not using pnpm or if you want to ignore other package managers)
# /yarn.lock
# /package-lock.json
# Netlify-specific files
.netlify/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# Astro build cache files
/.astro/*
# Files generated by Astro or Vercel for API routes
**/*.astro.mjs
**/*.json.astro.mjs
# Public assets that shouldn’t be tracked (e.g., resume PDFs)
public/resume.pdf
.vercel