Skip to content

Commit 17d4100

Browse files
committed
gitignore fix thing.
1 parent b3e2a12 commit 17d4100

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,13 @@ dist
133133
.yarn/unplugged
134134
.yarn/build-state.yml
135135
.yarn/install-state.gz
136-
.pnp.*
136+
.pnp.*
137+
138+
# Compiled JavaScript output
139+
*.js
140+
*.js.map
141+
src/*.js
142+
tests/*.js
143+
144+
# TypeScript build output
145+
dist/

0 commit comments

Comments
 (0)