mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-13 22:12:54 +03:00
37 lines
489 B
Plaintext
37 lines
489 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# database files
|
|
data/gitea-mirror.db
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# Custom CA certificates (exclude actual certs but keep README)
|
|
certs/*.crt
|
|
certs/*.pem
|
|
certs/*.cer
|
|
!certs/README.md
|
|
|
|
# Hosted version documentation (local only)
|
|
docs/HOSTED_VERSION.md
|