Skip to content

Commit e3f0631

Browse files
committed
Add dist and types folders to .gitignore
1 parent 4c2c0c4 commit e3f0631

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ __pycache__
22
.vscode
33
node_modules
44
.cache
5+
6+
# Do not track build artifacts/generated files
7+
dist
8+
types

0 commit comments

Comments
 (0)