Files
365devnet/.gitignore
becarta fae573069f
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
removed the T=timestamp in the url
2025-04-14 00:29:37 +02:00

63 lines
881 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Node modules and logs
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local env and secrets
.env*
!.env.example
# OS/IDE/editor files
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
# Build output
dist/
.cache/
output/
astro.config.mjs
.svelte-kit/
# 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