-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (25 loc) · 707 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (25 loc) · 707 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
# Dependencies
node_modules/
# --- Secrets & credentials — NEVER commit these ---------------------------
# Catch-all: ignore every JSON, then re-allow only the safe project files.
*.json
!package.json
!package-lock.json
# Belt-and-suspenders (in case the allowlist above is ever edited):
token.json
client_secret*.json
*.iam.gserviceaccount.com.json
# --- Environment ----------------------------------------------------------
.env
.env.local
.env.*.local
# --- Local data & generated output ----------------------------------------
gsc.db
gsc.db-wal
gsc.db-shm
results.json
not-indexed.txt
sitemap.xml
# --- OS / editor ----------------------------------------------------------
.DS_Store
Thumbs.db