This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
shop/.gitignore
2023-11-10 15:57:52 +01:00

39 lines
446 B
Plaintext

### Go ###
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
.DS_Store
### IDE ###
.idea
.vscode
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
*.out
### Sonarqube ###
.scannerwork
# Golang project vendor packages which should be ignored
vendor/
# Binaries generated by Makefile
bin/*
# Project files
air
CHANGELOG
dump.rdb
tmp
.env
coverage.out