first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:12:36 +03:00
commit e881f38e4e
278 changed files with 24095 additions and 0 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# dependencies
Temp
# temp
.vscode
.idea
# editor / tooling
.DS_Store
.gitignore
.git
# VCS / OS
.env.*
.env
# local env files (don't bake secrets into images)
*.log
yarn-error.log*
yarn-debug.log*
npm-debug.log*
# logs
out
.next
# Next.js build output
node_modules