Skip to content

Commit

Permalink
- first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zakharenkodmytro committed Dec 10, 2024
0 parents commit 76a3a9a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# binary only
bin
dis
!dis/
!dis/*
__debug_bin*
*.DS_Store

# Test binary, built with `go test -c`
*.test

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

# Go workspace file
go.work

# VS code files
.vscode/*
*.code-workspace
.history/

# GoLand
.idea/

# ignore file used for test.
alerts-modified.yaml

0 comments on commit 76a3a9a

Please sign in to comment.