-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (36 loc) · 878 Bytes
/
.gitignore
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
# Ignoriere node_modules in Frontend
frontend/node_modules/
# Ignoriere Python-Bytecode-Dateien
*.py[cod]
__pycache__/
*.pyo
*.pyd
# Ignoriere Python-Virtual-Environments (falls es welche gibt)
venv/
**/venv/
# Ignoriere Docker-Dateien (außer Dockerfiles)
!**/Dockerfile
# Ignoriere Logdateien
*.log
# Ignoriere MacOS spezifische Dateien
.DS_Store
# Ignoriere spezifische IDE-Konfigurationsdateien
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignoriere Paketmanager Lock-Dateien (optional, falls du diese nicht versionieren möchtest)
# package-lock.json
# yarn.lock
# Ignoriere Build-Output, falls vorhanden
dist/
build/
# Ignoriere Tailwind CSS Konfigurationsdateien (optional)
# tailwind.config.js
# postcss.config.js
# Ignoriere öffentliche Dateien (falls sie generiert werden)
# frontend/public/
# mock/
# Ignoriere environment Dateien
.env
**/.env