42 lines
727 B
Plaintext
42 lines
727 B
Plaintext
# Clusev — project lives in /home/nexxo/clusev (its own repo root).
|
|
/.phpunit.cache
|
|
/bootstrap/ssr
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/framework/active-domain
|
|
/storage/pail
|
|
/vendor
|
|
|
|
# Secrets / local env (never commit)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.env.gitea
|
|
*.pem
|
|
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
auth.json
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# editors / OS
|
|
/.fleet
|
|
/.idea
|
|
/.nova
|
|
/.vscode
|
|
/.zed
|
|
.DS_Store
|
|
|
|
# local sqlite (we use MariaDB)
|
|
/database/*.sqlite*
|
|
|
|
# runtime host-bridge signal dir (request/result files written by the dashboard + host watchers);
|
|
# the dir itself is kept (bind-mount target) but its runtime contents are never committed
|
|
/run/*
|
|
!/run/.gitkeep
|