Files
nupst/.gitignore
Juergen Kunz df6a44d5d9 feat: complete migration to Deno with automated releases
- Remove old Node.js infrastructure (package.json, tsconfig.json, bin/nupst launcher, setup.sh)
- Update install.sh to download pre-compiled binaries from Gitea releases
- Add Gitea Actions CI/CD workflows:
  - ci.yml: Type checking, linting, and build verification
  - release.yml: Automated binary compilation and release on tags
- Update .gitignore for Deno-focused project structure
- Binary-based distribution requires no dependencies or build steps
2025-10-18 13:20:23 +00:00

26 lines
322 B
Plaintext

# Compiled Deno binaries (built by scripts/compile-all.sh)
dist/binaries/
# Deno cache and lock file
.deno/
deno.lock
# Legacy Node.js artifacts (v3.x and earlier - kept for safety)
node_modules/
vendor/
dist_ts/
npm-debug.log*
# Logs
*.log
# Environment
.env
# OS specific
.DS_Store
Thumbs.db
# Development
.nogit/