enh: update to parcel2 (#237)

This commit is contained in:
Nick Krecklow
2021-03-30 17:04:03 -07:00
committed by GitHub
parent ef3d37db00
commit 97ef92ff92
5 changed files with 20220 additions and 4217 deletions

12
.gitignore vendored
View File

@ -1,8 +1,16 @@
# npm
node_modules/
# minetrack
minetrack.log
.idea/
# minetrack/sqlite3
database.sql
database.sql-journal
# macOS
.DS_Store
# parcel
dist/
.cache/
.parcel-cache/