mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2026-01-25 08:04:05 +00:00
typescript! yay! (pain.)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -8,8 +8,12 @@
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# production
|
||||
/build
|
||||
/tsout
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
@@ -18,6 +22,9 @@
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
Reference in New Issue
Block a user