chore: update .gitignore to exclude temporary build files
- Add agent and server binaries to .gitignore - Remove temporary build artifacts from repository
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -31,3 +31,7 @@ Thumbs.db
|
|||||||
# Local configuration
|
# Local configuration
|
||||||
config.local.yaml
|
config.local.yaml
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
|
# Temporary build files
|
||||||
|
agent
|
||||||
|
server
|
||||||
|
|||||||
Reference in New Issue
Block a user