Přidat .gitignore
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# --- OS files ---
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# --- Editor / IDE ---
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# --- Python ---
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# --- Node ---
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# --- Docker ---
|
||||||
|
*.env
|
||||||
|
|
||||||
|
# --- Backup / temp ---
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
~*
|
||||||
|
|
||||||
|
# --- ESPHome build artifacts (globally ignored) ---
|
||||||
|
.esphome/
|
||||||
|
.pioenvs/
|
||||||
|
.pio/
|
||||||
Reference in New Issue
Block a user