-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (43 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (43 loc) · 767 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
40
41
42
43
44
45
46
47
48
49
50
# Data and DB (self-hosted instance data)
/data/
/data/scrumboy.env
*.db
*.db-wal
*.db-shm
# Build and tooling
/.tools/
/dist/
# Go / Windows build outputs (never commit binaries)
*.exe
# Unix binary at repo root only (do not use bare "scrumboy" — that ignores cmd/scrumboy/)
/scrumboy
nas_deploy.bat
scrumboy*.tar
# Local 2FA encryption key (do not commit)
scrumboy.env
!/scrumboy.env.example
# TLS dev certs (mkcert; do not commit)
cert.pem
key.pem
# Dependencies (npm install / go mod download on clone)
node_modules/
# IDE and OS junk
AGENTS.md
.cursor/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Test and coverage artifacts
coverage.out
*.cover
*.test
# Development related
/docs/draft/
f.bat
a.bat
win_reset_factory.bat
win_build_web.bat
*.pem