-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (29 loc) · 718 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (29 loc) · 718 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
# Environment files with secrets
.env
*.rmendes
# Local backups (e.g. .env.rick.bak, docker-compose.override.rick.bak)
*.bak
# Local development override (auto-loaded by docker compose)
docker-compose.override.yml
# Node
node_modules/
# Composed plugin artifacts (regenerated by `make compose` / scripts/compose-site.mjs)
.compiled/
# Docker volumes (local dev)
data/
# OS files
.DS_Store
Thumbs.db
# Ansible vault
*.vault
vault-password
# Editor
*.swp
*.swo
*~
# Migration tool — user content lives in input/, generated output in staged/.
# Both are .gitignore'd inside migration/.gitignore; this is belt-and-braces.
migration/input/*
migration/staged/*
!migration/input/.gitkeep
!migration/staged/.gitkeep