Initialized Go project structure
This commit is contained in:
parent
002fb2fc88
commit
a1765c018e
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,16 +1,22 @@
|
|||||||
# ---> Rust
|
# ---> Go
|
||||||
# Generated by Cargo
|
# If you prefer the allow list template instead of the deny list, see community template:
|
||||||
# will have compiled files and executables
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||||
debug/
|
#
|
||||||
target/
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
# Test binary, built with `go test -c`
|
||||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
*.test
|
||||||
Cargo.lock
|
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
**/*.rs.bk
|
*.out
|
||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# Dependency directories (remove the comment below to include it)
|
||||||
*.pdb
|
# vendor/
|
||||||
|
|
||||||
|
# Go workspace file
|
||||||
|
go.work
|
||||||
|
Loading…
Reference in New Issue
Block a user