improve gitignore & readme

This commit is contained in:
Joshua Seigler 2021-11-24 16:24:13 -05:00
parent 40b0a6943c
commit a7af1fc03a
2 changed files with 16 additions and 4 deletions

7
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules
.parcel-cache
dist/
node_modules/
dist/
.cache/
.parcel-cache/