43 lines
975 B
Plaintext
43 lines
975 B
Plaintext
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
# EnvFileEditor's own backups (App\Services\Env\EnvFileEditor::backup()) — a
|
|
# timestamped copy beside .env before every write from the console's raw
|
|
# editor. Never pruned automatically; see the warning on that page.
|
|
.env.bak-*
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
/.codex
|
|
/.cursor/
|
|
/.idea
|
|
/.nova
|
|
/.phpunit.cache
|
|
/.vscode
|
|
/.zed
|
|
/auth.json
|
|
/node_modules
|
|
/public/build
|
|
/public/fonts-manifest.dev.json
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/pail
|
|
# Exported invoice PDFs — runtime output, and on a real server this is a mount
|
|
# point. Committing it would put customer documents into the repository and
|
|
# make a deploy fight the archive for the directory.
|
|
/storage/archive
|
|
/vendor
|
|
_ide_helper.php
|
|
Homestead.json
|
|
Homestead.yaml
|
|
Thumbs.db
|
|
|
|
# Gitea push token (parent home dir; never track)
|
|
.env.gitea
|
|
clupilot.env
|
|
|
|
# SDD-Arbeitsverzeichnis (Ledger, Briefs, Review-Pakete) — Kladde, nicht Quelltext.
|
|
.superpowers/
|