initial commit

This commit is contained in:
Hafizh A. Y
2025-09-25 10:46:46 +07:00
parent c43544e5e8
commit 10506238ae
64 changed files with 3564 additions and 0 deletions
+40
View File
@@ -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