Update to README, added issue templates, moved banner to resources, updated gitignore for .vscode
This commit is contained in:
parent
c2a2551824
commit
3556136515
5 changed files with 79 additions and 19 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,10 +1,16 @@
|
|||
# NodeJS
|
||||
node_modules
|
||||
|
||||
# Building
|
||||
dist
|
||||
.idea
|
||||
yarn.lock
|
||||
*.lock
|
||||
yarn*
|
||||
package-lock.json
|
||||
.DS_Store
|
||||
yarn-error.log
|
||||
.yarnclean
|
||||
|
||||
# Misc
|
||||
.idea
|
||||
.vscode
|
||||
auth.json
|
||||
musickit.js
|
||||
musickit.js
|
||||
.DS_Store
|
Loading…
Add table
Add a link
Reference in a new issue