Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 18c9b1e

Browse files
committed
chore: fix .gitignore to not exclude so widely
1 parent aafdfbf commit 18c9b1e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,14 @@
4747
# File-based project format
4848
*.iws
4949

50-
.idea
51-
52-
# Compiled go binary
53-
nginx-wrapper
50+
/.idea
5451

5552
# Makefile build artifacts
56-
.gopath
57-
target
58-
test
53+
/.gopath
54+
/target
55+
/test
5956

6057
# Ignore go.sum in root directory because the go.mod file there shouldn't have any dependencies
61-
go.sum
58+
/go.sum
6259
# Ignore go.mod in root directory because we don't want to commit changes to it
63-
go.mod
60+
/go.mod

0 commit comments

Comments
 (0)