mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Move bundled outputs to dedicated css/js subdirs. Update Vite config to output directly to bundled/ with simplified naming. Add Hugo module mounts to expose as assets/bundled and static/bundled. Adjust gitignore and partial accordingly. Signed-off-by: Sped0n <hi@sped0n.com>
31 lines
298 B
Plaintext
31 lines
298 B
Plaintext
# Hugo default output directory
|
|
public/
|
|
exampleSite/resources/
|
|
|
|
node_modules/
|
|
build/
|
|
gen_/
|
|
|
|
## OS Files
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Linux
|
|
.directory
|
|
|
|
# Hugo
|
|
.hugo_build.lock
|
|
jsconfig.json
|
|
|
|
# css map
|
|
*.css.map
|
|
|
|
# dummmy file
|
|
bundled/css/critical.js
|