-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 721 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 721 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
# Dependencies
node_modules/
frontend/node_modules/
frontend/.next/
# .NET build artifacts
**/bin/
**/obj/
# Environment (API keys)
.env*.local
.env
# OS
.DS_Store
# Debug logs
npm-debug.log*
# Editor
.idea/
.vscode/
*.swp
# Temporary files
/tmp/
/_tmp/
# Coverage artifacts (generated on each test run - not committed)
**/TestResults/
frontend/coverage/
# Plan files (local working docs)
PLAN-*.md
# SQLite database and WAL mode temporary files
# The schema is captured in EF Core migrations - the .db file is local data only
*.db
*.db-shm
*.db-wal
# IDE (local Cursor settings - shared commands are in .claude/commands/)
.cursor/
# Build artifacts (distributable package output)
build/
release/
dist/sample/