Skip to content

Commit 953f0f4

Browse files
authored
Merge pull request #157 from mcarmonaa/fix/add-ci-to-gitignore
Add .ci/ folder to .gitignore
2 parents daa9bb4 + a563169 commit 953f0f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
# CI
27+
.ci/

0 commit comments

Comments
 (0)