Skip to content

Commit

Permalink
Merge pull request #1 from bamboo-firewall/initial-api
Browse files Browse the repository at this point in the history
Initial api
  • Loading branch information
bienkma authored Aug 1, 2023
2 parents d983f31 + c5f6751 commit 5446b58
Show file tree
Hide file tree
Showing 72 changed files with 3,958 additions and 1 deletion.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
create_admin

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

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

# Dependency directories (created by `go get`)
/bin/
/pkg/

# Generated files
*.pb.go
*.pb.gw.go
*.swagger.json

# IDE-specific files (e.g., Visual Studio Code, IntelliJ IDEA)
.vscode/
.idea/

# Logs and error files
*.log
*.log.*

# Operating System-generated files
.DS_Store
Thumbs.db

# Output directories for coverage and profiling tools
/cover
/profile

# Binary release files
/dist/

# Go module cache directory
/go.sum

# Ignore vendor folder if using dep or Go modules
/vendor/
Loading

0 comments on commit 5446b58

Please sign in to comment.