-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (53 loc) · 1.3 KB
/
.gitignore
File metadata and controls
58 lines (53 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ### HASSAS BİLGİLER - SENSITIVE INFO ###
# Bu dosyalar ASLA Git'e yüklenmemelidir. API anahtarları ve kullanıcı kimlik bilgilerini içerir.
# These files MUST NEVER be uploaded to Git. They contain API keys and user credentials.
# Environment files
.env
.env.local
.env.production
.env.production.local
.env.development
.env.development.local
**/.env
**/env
backend/.env
backend/token.json
backend/client_secret.json
frontend/.env.local
frontend/.env.production.local
frontend/.env.development.local
# API Keys and Secrets
**/config/keys.json
**/config/secrets.json
**/*secret*
**/*key*
**/*password*
**/credentials.json
# ### BAĞIMLILIK KLASÖRLERİ - DEPENDENCY FOLDERS ###
# Bu klasörler `npm install` ve `pip install` komutlarıyla yeniden oluşturulabilir.
# These folders can be recreated with `npm install` and `pip install`.
frontend/node_modules/
backend/venv/
# ### OTOMATİK OLUŞTURULAN DOSYALAR - AUTO-GENERATED FILES ###
# Derleme çıktıları, cache dosyaları vb.
# Build outputs, cache files, etc.
frontend/build/
backend/__pycache__/
backend/app/instance/
*.pyc
*.pyo
*.pyd
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
# ### İŞLETİM SİSTEMİ & IDE DOSYALARI - OS & IDE FILES ###
# Kişisel ayar dosyaları.
# Personal settings files.
.DS_Store
.vscode/
.idea/
*.suo
*.user
*.tmp
*.swp