-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·85 lines (78 loc) · 1.15 KB
/
Copy path.gitignore
File metadata and controls
executable file
·85 lines (78 loc) · 1.15 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# App
node_modules/
*.sqlite
order_*.pdf
app/
!frontend/src/app
uploads/complaints/*.*
!uploads/complaints/.gitkeep
ftp/legal.md
package-lock.json
i18n/*.json
i18n/*.invalid
!frontend/src/assets/i18n/*.json
!data/static/i18n/*.json
/data/juiceshop.sqlite-journal
# Build
.nyc_output/
.sass-cache/
build/
cache/
coverage/
dist/
logs/
vagrant/.vagrant/
*.orig
*.out
*.log
JSON
JSON.map
frontend/src/**/*.js
/bom.json
/bom.xml
# IDEs
.idea/
.vscode/
out/
*.eml
*.iml
*.iws
*.swp
.ai/mcp/mcp.json
.junie/memory/
.junie/plans/
# Branch ghpages
assets/
!frontend/src/assets/
# Custom configuration files
config/*.yml
!config/addo.yml
!config/bodgeit.yml
!config/ctf.yml
!config/fbctf.yml
!config/default.yml
!config/juicebox.yml
!config/quiet.yml
!config/test.yml
!config/7ms.yml
!config/mozilla.yml
!config/unsafe.yml
!config/tutorial.yml
!config/oss.yml
!config/defcon33.yml
# System Files
.DS_Store
# Misc
.playwright-mcp/
cypress/screenshots/
# --- CodeMender CI/CD lab artifacts (Module 2) ---
cm
cm-linux
cm-mac
!lab/bin/cm-linux
# instructor-only values (e.g. the WIF audience) — never commit
*.local.txt
cm-security-report.json
.codemender/
*.cm.log
.cm_project