Update to README, added issue templates, moved banner to resources, updated gitignore for .vscode

This commit is contained in:
Core 2021-12-19 23:53:47 +00:00
parent c2a2551824
commit 3556136515
5 changed files with 79 additions and 19 deletions

16
.gitignore vendored
View file

@ -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