Skip to content

Commit

Permalink
chore: gitignore server, keploy-config and keploy-logs (#1501)
Browse files Browse the repository at this point in the history
* Added server, keploy-config and keploy-logs to gitignore

Signed-off-by: Akash <akashsingh2210670@gmail.com>

* Added logic only to ignore server binary files, not server folders

Signed-off-by: Akash <akashsingh2210670@gmail.com>

* Dummy Commit

Signed-off-by: Akash <akashsingh2210670@gmail.com>

---------

Signed-off-by: Akash <akashsingh2210670@gmail.com>
  • Loading branch information
Akash-Singh04 committed Feb 6, 2024
1 parent 9d4e815 commit a737c89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
# Test binary, built with `go test -c`
*.test

# Ignore the server binary output by `go build` but not any folders with the name server
/server
!/server/

# Ignore the config and log files
keploy-config.yaml
keploy-logs.txt


# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.deploy.sh
Expand Down

0 comments on commit a737c89

Please sign in to comment.