niki/.gitignore

27 lines
317 B
Plaintext
Raw Permalink Normal View History

2023-12-16 06:12:56 +00:00
#vscode
.vscode
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# 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)
# vendor/
.idea
bin
2024-05-14 13:07:09 +00:00
#.env
2023-12-16 06:12:56 +00:00
*.env
2023-12-17 13:03:01 +00:00
logs/