Initial commit: smart contract templates for bash, go, python, and typescript
This commit is contained in:
22
go/.gitignore
vendored
Executable file
22
go/.gitignore
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
# Binary
|
||||
smart-contract
|
||||
|
||||
# Generated proto files
|
||||
proto/*.pb.go
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Test config (contains credentials)
|
||||
test-config.yaml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user