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