removed the T=timestamp in the url
This commit is contained in:
67
.gitignore
vendored
67
.gitignore
vendored
@@ -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 it’s 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
|
Reference in New Issue
Block a user