Files
TeleUploader/.gitignore
T
Claude f95022142d
Deploy FileDrop / deploy (push) Waiting to run
feat: add Nix flake for TeleUploader build
- flake.nix with Bun build from nixpkgs (1.3.x)
- flake.lock pinned inputs
- .gitignore result symlink from nix build

Build: nix build .#teleuploader --impure --option sandbox false
Until CI/CD with binary cache is set up
2026-07-30 13:00:53 +07:00

40 lines
459 B
Plaintext

# dependencies (bun install)
node_modules
# output
out
dist
*.tgz
.codegraph
# code coverage
coverage
*.lcov
.env
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# S3 client guide (local reference)
S3_GUIDE.md
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
result