Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <kerthcet@gmail.com>
  • Loading branch information
kerthcet committed Feb 29, 2024
1 parent aadbbed commit 3b73fed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 190 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*
.DS_Store
# Test binary, build with `go test -c`
*.test

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


# editor and IDE paraphernalia
.idea
.vscode
*.nix
*.swp
*.swo
*~

# vendor files
vendor

# Local Netlify folder
.netlify

# Directory with CRDs for dependencies
dep-crds
190 changes: 0 additions & 190 deletions cover.out

This file was deleted.

0 comments on commit 3b73fed

Please sign in to comment.