1
0
Fork 0
bitburner-scripts/.gitignore

41 lines
512 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea/
.vscode/
2022-10-22 19:32:17 +00:00
# Environment variables
.env
2022-10-22 19:32:17 +00:00
# Dependencies
/node_modules
/.pnp
.pnp.js
2022-10-22 19:32:17 +00:00
# Testing
/coverage
2022-10-22 19:32:17 +00:00
# Distributable
/build
/dist/
/playground/dist/
# Misc
.DS_Store
# Env
.env
2022-10-22 19:32:17 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
# Node
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-10-22 19:32:17 +00:00
# TypeScript cache
*.tsbuildinfo
# Netscript definitions is pulled automatically
NetScriptDefinitions.d.ts