-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from bamboo-firewall/initial-api
Initial api
- Loading branch information
Showing
72 changed files
with
3,958 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Oops, something went wrong.