Skip to content

Commit a752f30

Browse files
committed
chore: update .gitignore to exclude build artifacts
Add dist/, *.tsbuildinfo, and other build artifacts to .gitignore. These should be generated during build, not committed to git.
1 parent 55e1261 commit a752f30

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
node_modules
1+
node_modules
2+
dist
3+
*.log
4+
.DS_Store
5+
coverage
6+
*.tsbuildinfo

0 commit comments

Comments
 (0)