Skip to content

Commit 831fcf9

Browse files
authored
Ensure .gitkeep files can be commited (#10)
1 parent ed9c7da commit 831fcf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.idea
33
/dev
44
/secrets
5-
/hack/tools/bin
5+
/hack/tools/bin/*
6+
!/hack/tools/bin/.gitkeep
67
cover.out
78
cover.html
89
.envrc

hack/tools/bin/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)