-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (94 loc) · 2.82 KB
/
.gitignore
File metadata and controls
128 lines (94 loc) · 2.82 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
===============================================
1. DEPENDENCIES & BUILD ARTIFACTS (Frontend/Node)
===============================================
Node Modules - MUST be ignored for any Node/React project
../web-client/node_modules
Production build output
../web-client/dist
Log files
.log
npm-debug.log
yarn-debug.log*
yarn-error.log*
===============================================
2. DEPENDENCIES & VIRTUAL ENVIRONMENTS (Python/FastAPI)
===============================================
Virtual environment directory (common names)
.venv
venv/
env/
Python compiled files
pycache/
*.pyc
Distribution/packaging
dist/
build/
*.egg-info/
===============================================
3. ENVIRONMENT & SECRETS (Local/Sensitive Data)
===============================================
Files containing environment variables/API keys
.env
.flaskenv
===============================================
4. IDE & EDITOR FILES (VS Code/Operating System)
===============================================
VS Code specific settings (usually safe to ignore)
.vscode/*
!.vscode/settings.json # Optional: keep team-wide VS Code settings
!.vscode/extensions.json # Optional: keep recommended extensions
Operating System files (Mac and Windows)
.DS_Store
Thumbs.db
# FRONTEND / NODE ARTIFACTS
# ===============================================
# 1. Dependency Installation Directory
# This is created by 'npm install'
web-client/node_modules/
# 2. Production Build Output
# This is created by 'npm run build'
web-client/dist/
# 3. Development Cache (Generated by 'npm run dev' - VITE)
# This directory caused your recent conflict errors!
web-client/.vite/
# 4. Other common Node/NPM files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
<<<<<<< HEAD
node_modules/
web-client/src/info.txt
web-client/src/assets/Info.txt
web-client/src/components/info.txt
web-client/src/contexts/info.txt
web-client/src/hooks/info.txt
web-client/src/pages/info.txt
web-client/src/routes/info.txt
web-client/src/services/info.txt
web-client/src/styles/info.txt
web-client/src/utils/info.txt
=======
node_modules/
project_structure.txt
core-service/logs/core-service.log
mock-product-service/logs/mock-service.log
web-client/src/contexts/info.txt
web-client/src/hooks/info.txt
web-client/src/pages/info.txt
web-client/src/routes/info.txt
web-client/src/services/info.txt
web-client/src/styles/info.txt
web-client/src/utils/info.txt
diagnose.py
reset_to_show_widgets.sh
test_kafka_flow.py
core-service/logs/core-service.log.1
banking-service/app/logs/mock-service.log
banking-service/logs/mock-service.log
health-insurance-service/app/logs/mock-service.log
health-insurance-service/logs/mock-service.log
house-insurance-service/app/logs/mock-service.log
house-insurance-service/logs/mock-service.log
mock-product-service/app/logs/mock-service.log
full_diagnostic.py
core-service/logs/core-service.log.2