Skip to content

Commit ed8f3b7

Browse files
Update .gitignore entry for tools-configs directory
1 parent e0a09c4 commit ed8f3b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/init.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ func createGitIgnoreFile() error {
7878
defer gitIgnoreFile.Close()
7979

8080
content := `# Codacy CLI
81-
tools-configs
82-
tools-configs/*
81+
tools-configs/
8382
.gitignore
8483
cli-config.yaml
8584
`

0 commit comments

Comments
 (0)