Add initial .gitignore to filter workspace and temp files
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
# Obsidian (локальные настройки)
|
||||||
|
.obsidian
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Временные файлы
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user