mirror of
https://github.com/Cameri/nostream.git
synced 2025-06-26 16:40:48 +02:00
chore: add .gitignore
This commit is contained in:
parent
750bc1f985
commit
434f7b5b62
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# generate output
|
||||
dist
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
Loading…
x
Reference in New Issue
Block a user