-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
59 lines (48 loc) · 2.01 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# build output
dist/
.netlify/
# generated types
.astro/
# Copied out of Fontsource by scripts/gen-fonts.mjs on every build. Fontsource is the
# source of truth, so a committed copy could only ever drift away from it.
public/fonts/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
#
# Ignore every .env variant and name the exceptions, rather than naming the variants.
# This rule used to be the two files that happened to exist the day it was written, which
# meant .env.local, .env.audit-bak or anything else a debugging session leaves behind was
# untracked AND unignored, so one git add -A stages real credentials into a public repo.
# Now an unknown .env file is ignored by default and only an explicitly allowed one is
# tracked. tests/secrets.test.mjs asserts nothing env shaped is ever left visible.
.env*
!.env-sample
!.env.example
# The same thing without the leading dot. env.local and env.backup get created by mistake
# often enough to be worth a rule, and tests/secrets.test.mjs proved this case was still
# open after the rule above was widened. Anchored to the root with a leading slash so it
# cannot reach src/env.d.ts, which is tracked source and must stay visible.
/env*
# Screenshot output from the theme and state passes. Large, binary, and superseded on
# every run, so it belongs in the session files rather than in history.
#
# The harnesses that produce them are deliberately NOT ignored. They have to sit in the
# repo root to resolve their imports, and they are meant to be deleted once the pass is
# done. Left visible in git status, a leftover harness nags until it is removed. Ignored,
# it would quietly accumulate.
shots-*/
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# Supabase CLI scratch, holds the linked project ref
supabase/.temp/
# Resumable transcript cache and Supabase import files. These are large backfill artifacts,
# not application source, and can be regenerated from the video catalogue.
/backfill/