forked from Stellar-IndigoPay/Stellar-IndigoPay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (44 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
56 lines (44 loc) · 1.03 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
node_modules/
.next/
out/
target/
dist/
build/
*.log
*.tsbuildinfo
# Generated test snapshots (regenerated by running tests)
test_snapshots/
# Playwright e2e run artifacts (reports, traces, screenshots on failure) —
# frontend/e2e/**/*-snapshots/ (visual regression baselines) are intentionally
# NOT ignored here and stay committed.
frontend/test-results/
frontend/playwright-report/
frontend/blob-report/
# Generated TypeDoc output (regenerated via `npx typedoc` in backend/)
docs/backend/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
# Uploaded documents via /api/uploads (local storage backend).
# Keep the directory in git via .gitkeep so the first run works out of the box.
backend/uploads/*
!backend/uploads/.gitkeep
# Storybook static build output
frontend/storybook-static/
# Tarpaulin test coverage outputs
coverage/
**/coverage/
# Pitch-video toolchain and intermediates
.pitch-venv/
.pitch-work/
assets/pitch-preview/
# Python bytecode
__pycache__/
*.pyc