removed the T=timestamp in the url
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-04-14 00:29:37 +02:00
parent b1351ca79a
commit fae573069f
5 changed files with 101 additions and 54 deletions

67
.gitignore vendored
View File

@@ -1,24 +1,63 @@
# build output
dist/
.output/
# dependencies
# Node modules and logs
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local env and secrets
.env*
!.env.example
# environment variables
.env
.env.production
# macOS-specific files
# OS/IDE/editor files
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
pnpm-lock.yaml
# Build output
dist/
.cache/
output/
astro.config.mjs
.svelte-kit/
.astro
# Testing and reports
coverage/
*.lcov
# Lock files (optional: if not committing them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Generated build artifacts
*.tsbuildinfo
# Docker artifacts
docker-compose.override.yml
*.log
# Custom zip or temp assets
*.zip
*.tar.gz
backup/
inter.zip
# Optional: static deployment cache
.vercel/
.netlify/
# Optional: ignore public/index.html if its generated dynamically
# public/index.html
# Astro preview build cache (if used)
.astro/
# Ignore any custom scripts or test results
*.test.*
*.bench.*
# Nginx config if used but private
nginx/*.conf