mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
31 lines
284 B
Plaintext
31 lines
284 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Air temp dir
|
|
tmp/
|
|
|
|
# Binaries
|
|
main
|
|
bin/
|
|
*.exe
|
|
*.out
|
|
|
|
Makefile
|
|
docker-compose.local.yml
|
|
docker-compose.yaml
|
|
Dockerfile.local
|
|
# Go build cache
|
|
.gocache/
|
|
vendor
|
|
|
|
# Logs & reports
|
|
*.log
|
|
*.txt
|
|
coverage/
|
|
|
|
# IDE / editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|