Skip to content

Commit 12a2867

Browse files
committed
Ensure files pertaining to the web build are part of .gitignore
The previous commit explains why I missed this bug.
1 parent 109f013 commit 12a2867

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*.generated.d.ts
22
*.map
33
asc.js
4-
assemblyscript.js
4+
assemblyscript.js
5+
importmap.json
6+
web.js

0 commit comments

Comments
 (0)