Files
nanobot-ts/.gitignore
2026-03-13 18:49:15 -06:00

44 lines
459 B
Plaintext

# dependencies (bun install)
node_modules
# editors
.vscode
.openvscode-server
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# 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
# caches
.eslintcache
.cache
*.tsbuildinfo
# IDEs and stuff
.idea
CLAUDE.md
# Finder (MacOS) folder config
.DS_Store
# Application
config.json