Skip to content

Commit 87a45a7

Browse files
committed
Don't check in the dist/ directory created by make
1 parent c7247bd commit 87a45a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# quickstart process and may contain secrets
33
env
44

5+
# Don't check in the dist/ directory created by make
6+
dist/
57

68
# Compiled source #
79
###################
@@ -54,4 +56,3 @@ __pycache__/
5456

5557
# Output of the go coverage tool, specifically when used with LiteIDE
5658
*.out
57-

0 commit comments

Comments
 (0)