23 lines
262 B
Plaintext
23 lines
262 B
Plaintext
# npm node_modules
|
|
node_modules/
|
|
|
|
# dist folder
|
|
dist/
|
|
playground/dist/
|
|
|
|
# Mac DS_Store files
|
|
**/.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# dotenv locals
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Bitburner type definitions
|
|
**/NetscriptDefinitions.d.ts |