Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/ci.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/proto-schema-compatibility.yml

This file was deleted.

45 changes: 28 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Compiled class file
*.class

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

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

# Dependency directories (remove the comment below to include it)
# vendor/
# Mobile Tools for Java (J2ME)
.mtj.tmp/

# IntelliJ project files
.idea/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# build output
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.idea/
target/
*.iml
*.desc
/.vscode/
.DS_Store

.terraform/
.terraform.lock.hcl
*.plan

*.tfstate
*.tfstate.backup
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

Loading