|
| 1 | +*.log* |
| 2 | +*.out |
| 3 | +.audit.json |
| 4 | +build/ |
| 5 | +.stryker-tmp/ |
| 6 | +.nyc_output/ |
| 7 | +vagrant/.vagrant/ |
| 8 | +juiceshop.sqlite |
| 9 | + |
| 10 | +# Intellij |
| 11 | +.idea/ |
| 12 | +*.iml |
| 13 | +*.iws |
| 14 | +*.eml |
| 15 | +out/ |
| 16 | + |
| 17 | +# VIM swap files |
| 18 | +*.swp |
| 19 | + |
| 20 | +# Vs Code |
| 21 | +.vscode/ |
| 22 | + |
| 23 | +# Orig from merges |
| 24 | +*.orig |
| 25 | + |
| 26 | +# NPM |
| 27 | +node_modules/ |
| 28 | +npm-debug.log.* |
| 29 | +package-lock.json |
| 30 | + |
| 31 | +# App |
| 32 | +dist/ |
| 33 | +order_*.pdf |
| 34 | +app/index.html |
| 35 | +app/private/threejs-demo.html |
| 36 | + |
| 37 | +# GitHub-Pages Branch |
| 38 | +assets/ |
| 39 | + |
| 40 | +# Favicons downloaded during customizazion |
| 41 | +app/public/*.* |
| 42 | +!app/public/favicon_ctf.ico |
| 43 | +!app/public/favicon_v2.ico |
| 44 | + |
| 45 | +# Logos downloaded during customizazion |
| 46 | +app/public/images/*.* |
| 47 | +!app/public/images/JuiceShop*.* |
| 48 | +!app/public/images/ribbons/forkme_right_orange.png |
| 49 | + |
| 50 | +# Product images downloaded during customizazion |
| 51 | +app/public/images/products/*.* |
| 52 | +!app/public/images/products/apple_juice.jpg |
| 53 | +!app/public/images/products/artwork.jpg |
| 54 | +!app/public/images/products/apple_pressings.jpg |
| 55 | +!app/public/images/products/banana_juice.jpg |
| 56 | +!app/public/images/products/eggfruit_juice.jpg |
| 57 | +!app/public/images/products/fan_girlie.jpg |
| 58 | +!app/public/images/products/fan_hoodie.jpg |
| 59 | +!app/public/images/products/fan_mug.jpg |
| 60 | +!app/public/images/products/fan_shirt.jpg |
| 61 | +!app/public/images/products/fruit_press.jpg |
| 62 | +!app/public/images/products/green_smoothie.jpg |
| 63 | +!app/public/images/products/lemon_juice.jpg |
| 64 | +!app/public/images/products/orange_juice.jpg |
| 65 | +!app/public/images/products/owasp_osaft.jpg |
| 66 | +!app/public/images/products/owasplogo.png |
| 67 | +!app/public/images/products/quince.jpg |
| 68 | +!app/public/images/products/raspberry_juice.jpg |
| 69 | +!app/public/images/products/sticker.png |
| 70 | +!app/public/images/products/undefined.png |
| 71 | +!app/public/images/products/white_raffards.jpg |
| 72 | +!app/public/images/products/woodruff_syrup.jpg |
| 73 | +!app/public/images/products/carrot_juice.jpeg |
| 74 | +!app/public/images/products/strawberry_juice.jpeg |
| 75 | +!app/public/images/products/melon_bike.jpeg |
| 76 | +!app/public/images/products/3d_keychain.jpg |
| 77 | +!app/public/images/products/waspy.png |
| 78 | +!app/public/images/products/jawa_script.jpg |
| 79 | +!app/public/images/products/thingie1.jpg |
| 80 | +!app/public/images/products/Wooden-crutch.jpg |
| 81 | +!app/public/images/products/JuiceShop.stl |
| 82 | +!app/public/images/products/squareBox1-40x40x40.stl |
| 83 | +!app/public/images/products/crutch.123dx |
| 84 | +!app/public/images/products/stickersheet_se.png |
| 85 | +!app/public/images/products/cover_small.jpg |
| 86 | +!app/public/images/products/iron-on.jpg |
| 87 | +!app/public/images/products/magnets.jpg |
| 88 | +!app/public/images/products/sticker_page.jpg |
| 89 | +!app/public/images/products/sticker_single.jpg |
| 90 | +!app/public/images/products/tattoo.jpg |
| 91 | +!app/public/images/products/velcro-patch.jpg |
| 92 | + |
| 93 | +!app/public/country-mapping.json |
| 94 | + |
| 95 | +# Custom configuration files |
| 96 | +config/*.yml |
| 97 | +!config/bodgeit.yml |
| 98 | +!config/ctf.yml |
| 99 | +!config/fbctf.yml |
| 100 | +!config/default.yml |
| 101 | +!config/sickshop.yml |
| 102 | +!config/juicebox.yml |
| 103 | +!config/quiet.yml |
| 104 | +!config/test.yml |
| 105 | +!config/7ms.yml |
| 106 | +!config/mozilla.yml |
| 107 | + |
| 108 | +# Custom easter egg planetary texture files |
| 109 | +app/private/*.jpg |
| 110 | +app/private/*.jpeg |
| 111 | +app/private/*.png |
| 112 | +app/private/*.gif |
| 113 | +!app/private/earth_normalmap_flat4k.jpg |
| 114 | +!app/private/earthspec4k.jpg |
| 115 | +!app/private/fair_clouds_4k.png |
| 116 | +!app/private/orangemap2k.jpg |
| 117 | +!app/private/starry_background.jpg |
| 118 | +!app/private/under-construction.gif |
0 commit comments