Skip to content

Commit eec27b5

Browse files
author
Christopher J. Brody
committed
update .gitignore to ignore dist artifacts
dist/*
1 parent ee41253 commit eec27b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
node_modules/
22
*~
33

4+
# dist artifacts (do not ignore .keep*):
5+
dist/*
6+
47
# Intermediary files:
58
out/
69
sqlite-src/

0 commit comments

Comments
 (0)