first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:35:24 +03:00
commit bbbf76b184
592 changed files with 246870 additions and 0 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Git
.git
.gitignore
# IDEs
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
main
*.exe
*.test
*.out
# Logs
*.log
server.log
app_routes.log
# Local dev
.env.local
.env.development
# Uploads (will be mounted as volume)
uploads/*
!uploads/.gitkeep
# Documentation
*.md
!README.md
belgeler/CHANGELOG.md
*.txt
# Test files
*_test.go
# Temporary files
tmp/
temp/