-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (33 loc) · 782 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (33 loc) · 782 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
# build output
dist/
.astro/
.output/
# Lighthouse CI run artefacts
.lighthouseci/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
.env.local
# macOS-specific files
.DS_Store
# Editor files
.idea/
*.swp
# Cloudflare Pages local
.wrangler/
# ARD AI Catalog offline signing key — NEVER commit. Back up to secure storage.
# Retired with the ARD trust-manifest signature. Kept ignored so a leftover key
# from before the removal can never be committed by accident.
.ard-signing-key.json
# Claude
.claude/
# Vendored agent skills installed via `npx … skills install` (e.g. impeccable).
# Owned upstream, re-installable on demand — not vendored into the repo.
.github/skills/