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