mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 05:21:57 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# Git & CI
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
|
||||
# Build artifacts
|
||||
/tmp
|
||||
/bin
|
||||
/out
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go specific
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
*.log
|
||||
|
||||
# Dependencies cache (biar tidak kebawa)
|
||||
vendor/
|
||||
go-build-cache/
|
||||
go-mod-cache/
|
||||
|
||||
# Editor/IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
|
||||
# Env & secrets
|
||||
.env
|
||||
.env.*
|
||||
!/.env.example
|
||||
|
||||
# Docker sendiri
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
Reference in New Issue
Block a user