Skip to content

Commit 44e6aa1

Browse files
committed
Fix accidental .gitignore
1 parent 7b519f6 commit 44e6aa1

File tree

31 files changed

+92990
-26
lines changed

31 files changed

+92990
-26
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules/
22
site/*/
3+
.parcel-cache/
4+
**/.parcel-cache/
5+

.parcel-cache/084f6a63cbd3144f.txt

Lines changed: 54203 additions & 0 deletions
Large diffs are not rendered by default.

.parcel-cache/0f7df9635fc81a83

564 Bytes
Binary file not shown.

.parcel-cache/1238e8318096fb22

842 KB
Binary file not shown.

.parcel-cache/2782fd8f78eecc66

24.1 KB
Binary file not shown.

.parcel-cache/82992a3179f0688e

24.1 KB
Binary file not shown.

.parcel-cache/b3b1806d992f2a04

14 KB
Binary file not shown.

.parcel-cache/data.mdb

140 KB
Binary file not shown.

.parcel-cache/lock.mdb

8.08 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"femFetch": "./scripts/femfetch.sh",
1414
"lint": "eslint .",
1515
"lint:fix": "eslint . --fix",
16+
"test:ws": "npm run test --if-present --ws",
1617
"format": "prettier --write ."
1718
},
1819
"repository": {

0 commit comments

Comments
 (0)