-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (26 loc) · 1.53 KB
/
.gitignore
File metadata and controls
33 lines (26 loc) · 1.53 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
# FSN Platform – Git Ignore
# ── Secrets (NEVER commit) ─────────────────────────────────────────────────
projects/*/vault.toml
projects/*/vault.yml
# ── Project instance data ──────────────────────────────────────────────────
projects/*/configs/
projects/*/data/
# ── Host files (deployment-specific, may contain IPs / tokens) ────────────
# Only example.host.toml / example.host.yml are tracked
hosts/*.host.toml
hosts/*.host.yml
!hosts/example.host.toml
!hosts/example.host.yml
# ── Rust build artefacts ───────────────────────────────────────────────────
cli/target/
# ── Editor / IDE ───────────────────────────────────────────────────────────
*.swp
*.swo
*~
.vscode/
.idea/
# ── OS files ──────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Internal development log ──────────────────────────────────────────────
CHANGELOG.md