mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Migrate to parcel builder
This commit is contained in:
parent
3026fea2a7
commit
28c0160bb4
8 changed files with 1526 additions and 92 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,5 +1,11 @@
|
|||
.next/
|
||||
.parcel-cache/
|
||||
[Bb]uild/
|
||||
[Ss]aved/
|
||||
node_modules/
|
||||
|
||||
Build/
|
||||
|
||||
*.log
|
||||
*.wasm
|
||||
.DS_Store
|
||||
.env
|
||||
desktop.ini
|
||||
yarn-error.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue