Skip to content

Commit 26a9cf7

Browse files
committed
gitignore addition
1 parent 7d3402d commit 26a9cf7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,14 @@ dist
134134
.yarn/build-state.yml
135135
.yarn/install-state.gz
136136
.pnp.*
137+
138+
# ---------------------------------------------------------
139+
# Compiled JavaScript output (from TypeScript)
140+
# ---------------------------------------------------------
141+
*.js
142+
*.js.map
143+
src/*.js
144+
tests/*.js
145+
146+
# TypeScript build output (optional dist/ folder)
147+
dist/

0 commit comments

Comments
 (0)