Files
webSite/.gitignore
Atakan 3e565663f7 first
2025-11-28 13:44:16 +03:00

49 lines
1001 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Logs (Hata ve log kayıtları)
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Dependencies (Bağımlılıklar - Asla commitleme)
node_modules
.pnpm-store
# Build Output (Derleme çıktıları)
dist
dist-ssr
build
*.tsbuildinfo
# Local Environment & Secrets (GİZLİLİK İÇİN ÇOK ÖNEMLİ)
# *.local, Vite'ın yerel değişken dosyalarını kapsar (.env.local gibi)
*.local
.env
.env.test
.env.production
# Not: Eğer .env dosyanızda sadece public (herkesin görebileceği)
# ayarlar varsa .env'yi commitleyebilirsiniz, ancak şifreler varsa buraya ekleyin.
# Editor directories and files (Editör ayarları)
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json # Ekip içi ortak ayarlar varsa bunu ünlemle hariç tutabilirsin
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Testing (Test kapsam raporları)
coverage
cypress/videos
cypress/screenshots
# Temporary Files (Geçici sistem dosyaları)
Thumbs.db
ehthumbs.db
Desktop.ini