Files
kestrelos/.gitignore
Keli Grubb a302a4a1a0
All checks were successful
ci/woodpecker/push/push Pipeline was successful
minor: add a new release system (#3)
# Changes

* package and release helm charts for the project
* configure a new release system based of semver
* add changelog entries via keep-a-changelog formatting
* add gitea releases

Co-authored-by: Madison Grubb <madison@elastiflow.com>
Reviewed-on: #3
2026-02-12 22:07:53 +00:00

50 lines
490 B
Plaintext

# Dependencies
node_modules
# Nuxt
.nuxt
.output
dist
.nitro
.cache
# Lint / build caches
.eslintcache
# Env and secrets (never commit)
.env
.env.*
!.env.example
# Logs and debug
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE
.idea
.vscode
.cursor
# Test and coverage
coverage
*.lcov
playwright-report
test-results
# Database
data
*.db
# Optional
*.local
# Dev TLS certs (self-signed for local testing)
.dev-certs
# CI artifact (kaniko reads .tags for image tag list)
.tags