first
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user