-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (24 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (24 loc) · 752 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
# Dependencies
node_modules/
# Generated type declarations — built from JSDoc on publish (tsconfig.json +
# prepublishOnly), never committed, so the shipped .d.ts can't drift.
/types/
# Runtime session artifacts — may contain authenticated page snapshots,
# saved state (cookies + localStorage = session tokens), screenshots, logs.
.barebrowse/
# Secrets / local env
.env
.env.*
!.env.example
# Editor / tooling
.idea/
.aurora/
*.log
# OS
.DS_Store
# Agent / IDE / tooling scratch — ignore EVERY dot-directory by default
# (.claude, .litectx, .idea, .barebrowse, .vscode, and whatever the next tool
# invents), then re-admit only the ones we actually ship. Default-deny beats
# chasing each new scratch dir with its own line.
.*/
!.github/