forked from NITG-Aficionados/Leaderboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
118 lines (105 loc) · 2.97 KB
/
.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
*.log*
*.out
.audit.json
build/
.stryker-tmp/
.nyc_output/
vagrant/.vagrant/
juiceshop.sqlite
# Intellij
.idea/
*.iml
*.iws
*.eml
out/
# VIM swap files
*.swp
# Vs Code
.vscode/
# Orig from merges
*.orig
# NPM
node_modules/
npm-debug.log.*
package-lock.json
# App
dist/
order_*.pdf
app/index.html
app/private/threejs-demo.html
# GitHub-Pages Branch
assets/
# Favicons downloaded during customizazion
app/public/*.*
!app/public/favicon_ctf.ico
!app/public/favicon_v2.ico
# Logos downloaded during customizazion
app/public/images/*.*
!app/public/images/JuiceShop*.*
!app/public/images/ribbons/forkme_right_orange.png
# Product images downloaded during customizazion
app/public/images/products/*.*
!app/public/images/products/apple_juice.jpg
!app/public/images/products/artwork.jpg
!app/public/images/products/apple_pressings.jpg
!app/public/images/products/banana_juice.jpg
!app/public/images/products/eggfruit_juice.jpg
!app/public/images/products/fan_girlie.jpg
!app/public/images/products/fan_hoodie.jpg
!app/public/images/products/fan_mug.jpg
!app/public/images/products/fan_shirt.jpg
!app/public/images/products/fruit_press.jpg
!app/public/images/products/green_smoothie.jpg
!app/public/images/products/lemon_juice.jpg
!app/public/images/products/orange_juice.jpg
!app/public/images/products/owasp_osaft.jpg
!app/public/images/products/owasplogo.png
!app/public/images/products/quince.jpg
!app/public/images/products/raspberry_juice.jpg
!app/public/images/products/sticker.png
!app/public/images/products/undefined.png
!app/public/images/products/white_raffards.jpg
!app/public/images/products/woodruff_syrup.jpg
!app/public/images/products/carrot_juice.jpeg
!app/public/images/products/strawberry_juice.jpeg
!app/public/images/products/melon_bike.jpeg
!app/public/images/products/3d_keychain.jpg
!app/public/images/products/waspy.png
!app/public/images/products/jawa_script.jpg
!app/public/images/products/thingie1.jpg
!app/public/images/products/Wooden-crutch.jpg
!app/public/images/products/JuiceShop.stl
!app/public/images/products/squareBox1-40x40x40.stl
!app/public/images/products/crutch.123dx
!app/public/images/products/stickersheet_se.png
!app/public/images/products/cover_small.jpg
!app/public/images/products/iron-on.jpg
!app/public/images/products/magnets.jpg
!app/public/images/products/sticker_page.jpg
!app/public/images/products/sticker_single.jpg
!app/public/images/products/tattoo.jpg
!app/public/images/products/velcro-patch.jpg
!app/public/country-mapping.json
# Custom configuration files
config/*.yml
!config/bodgeit.yml
!config/ctf.yml
!config/fbctf.yml
!config/default.yml
!config/sickshop.yml
!config/juicebox.yml
!config/quiet.yml
!config/test.yml
!config/7ms.yml
!config/mozilla.yml
# Custom easter egg planetary texture files
app/private/*.jpg
app/private/*.jpeg
app/private/*.png
app/private/*.gif
!app/private/earth_normalmap_flat4k.jpg
!app/private/earthspec4k.jpg
!app/private/fair_clouds_4k.png
!app/private/orangemap2k.jpg
!app/private/starry_background.jpg
!app/private/under-construction.gif