forked from MeshAddicts/meshinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 761 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 761 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
38
39
### macOS ###
.DS_Store
.AppleDouble
.LSOverride
**/__pycache__
.trunk/
node_modules/
.github_pat
.env
.venv
backups/*
caddy
# Root only — frontend/Caddyfile (the SPA image's server config) IS tracked.
/Caddyfile
# Maintenance-mode toggle flag — runtime state, never commit it enabled.
public/maintenance/ON
output/*
mosquitto/data/*
mosquitto/config/mosquitto.conf
# Per-deployment credentials — create from mosquitto.passwd.sample, never commit.
mosquitto/config/mosquitto.passwd
postgres/data/*
# Legacy local file (nothing loads it) — may hold real broker creds; keep ignored.
config.json
config.toml
.claude/
docs/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions