Skip to content

Commit c24d18f

Browse files
committed
chore: Add temporary directories to gitignore
Added `bin`, `docs/public`, `docs/resources`, and `tmp` to the `.gitignore` file. This prevents these temporary and generated directories from being accidentally committed. Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 7ea8473 commit c24d18f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
*.so
77
*.dylib
88

9+
bin/
10+
docs/public/
11+
docs/resources/
12+
tmp/
13+
914
# Test binary, build with `go test -c`
1015
*.test
1116

@@ -14,14 +19,10 @@
1419

1520
# pac binary itself, if you want to `go build cmd/kn` in the top dir.
1621
/pipelines-as-code
17-
/bin/*
1822

1923
# ignore coverage files
2024
coverage*
2125

22-
# ignore tmp files
23-
tmp/*
24-
2526
# ignroe venv directory
2627
.venv/
2728

0 commit comments

Comments
 (0)