Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Jun 28, 2024
1 parent 71f95d4 commit c640d80
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,31 @@
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
vendor/

# Go workspace file
go.work
go.work.sum

# gRPC generated code
swarm/grpc/*.pb.go

# Binary data
bin/
__debug_bin

# VSCode data
pkg/.vscode/launch.json
.vscode/launch.json

# removing sesetive data
..bfg-report/

# removing dynamic content and test data
.bash_history
data/
test/
*.db
*.sock
*.cert
*.crt

0 comments on commit c640d80

Please sign in to comment.