Files
photo-editor/.gitignore

19 lines
327 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Зависимости
node_modules/
# Данные приложения (история версий, временные рабочие каталоги Codex)
history/
.codex-jobs/
# Временные и тестовые файлы
_*
*.tmp
*.log
.bench/
# ОС / редакторы
.DS_Store
Thumbs.db
.idea/
.vscode/