Exclude the Vite hot file from Docker builds and copy the SPOTA logo into the container so production deploys load compiled CSS and logo assets.
37 lines
513 B
Plaintext
37 lines
513 B
Plaintext
.git
|
|
.gitignore
|
|
*.zip
|
|
*.rar
|
|
*.7z
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
error_log
|
|
**/error_log
|
|
**/.DS_Store
|
|
index_gacor.php
|
|
index_gacor.html
|
|
cgi-bin
|
|
bekap
|
|
direktori-spn
|
|
pkm
|
|
rekomendasi-artikel
|
|
simpanghilir
|
|
sisesta
|
|
pedoman-old
|
|
files
|
|
files/**
|
|
!files/.gitkeep
|
|
img/curiga
|
|
rebuild/.env
|
|
rebuild/.env.*
|
|
!rebuild/.env.example
|
|
rebuild/node_modules
|
|
rebuild/vendor
|
|
rebuild/storage/logs/*
|
|
rebuild/storage/framework/cache/*
|
|
rebuild/storage/framework/sessions/*
|
|
rebuild/storage/framework/views/*
|
|
rebuild/bootstrap/cache/*.php
|
|
rebuild/public/hot
|