gitignore
This commit is contained in:
parent
3215871b20
commit
6baa6aa5b2
|
|
@ -1,2 +1,33 @@
|
|||
.idea
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
#vscode
|
||||
.vscode
|
||||
|
||||
# Binaries for programs and plugins
|
||||
niki
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
activate.mise.toml
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
.idea
|
||||
bin
|
||||
tmp
|
||||
|
||||
#.env
|
||||
*.env
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
mise.log
|
||||
|
||||
curl
|
||||
Loading…
Reference in New Issue