Initial commit
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Coverage directory
|
||||
coverage/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm/
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Mac system files
|
||||
.DS_Store
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
Reference in New Issue
Block a user