get your claude code tokens here
at main 451 B view raw
1# dependencies (bun install) 2node_modules 3 4# output 5out 6dist 7*.tgz 8 9# code coverage 10coverage 11*.lcov 12 13# logs 14logs 15_.log 16report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json 17 18# dotenv environment variable files 19.env 20.env.development.local 21.env.test.local 22.env.production.local 23.env.local 24 25# caches 26.eslintcache 27.cache 28*.tsbuildinfo 29 30# IntelliJ based IDEs 31.idea 32 33# Finder (MacOS) folder config 34.DS_Store 35 36# Crush agent workspace 37.crush 38 39# Bun install cache 40bun.lockb