-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (60 loc) · 854 Bytes
/
.gitignore
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
# App
node_modules/
juiceshop.sqlite
order_*.pdf
app/
!frontend/src/app
uploads/complaints/*.*
!uploads/complaints/.gitkeep
ftp/legal.md
i18n/*.json
i18n/*.invalid
!frontend/src/assets/i18n/*.json
!data/static/i18n/*.json
data/chatbot/*.*
!data/chatbot/.gitkeep
/data/juiceshop.sqlite-journal
# Build
.nyc_output/
.sass-cache/
build/
cache/
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
# 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
# System Files
.DS_Store