Skip to content

Commit b5ed0a7

Browse files
committed
[PLUTO-1412] fix gitignore
1 parent 50ebdd8 commit b5ed0a7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ var initCmd = &cobra.Command{
7575
if err != nil {
7676
log.Fatal(err)
7777
}
78-
createGitIgnoreFile()
7978
}
79+
createGitIgnoreFile()
8080
fmt.Println()
8181
fmt.Println("✅ Successfully initialized Codacy configuration!")
8282
fmt.Println()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Codacy CLI
2+
tools-configs/
3+
.gitignore
4+
cli-config.yaml
5+
logs/

0 commit comments

Comments
 (0)