commit 0ab7899172414d831edb3501b9b673281a0f5f25 Author: andrey.epifantsev Date: Tue Aug 26 20:22:35 2025 +0400 Добавлены правила ведения и хранения документации: основная документация проекта должна храниться в Obsidian vault по адресу second-mind-aep/💡 Идеи/💡 Проекты/ERP для малых предприятий. Все изменения и дополнения вносятся только в этом vault для обеспечения единого источника правды. Язык документации сохраняется без изменений. diff --git a/.cursor/rules/documentation.mdc b/.cursor/rules/documentation.mdc new file mode 100644 index 0000000..e1ab436 --- /dev/null +++ b/.cursor/rules/documentation.mdc @@ -0,0 +1,11 @@ +--- +description: where is documentation are stores +globs: +alwaysApply: true +--- +Rule: The primary documentation for this project must be sourced from the Obsidian vault located at: +second-mind-aep/💡 Идеи/💡 Проекты/ERP для малых предприятий. +All changes and additions to the documentation must be made in this Obsidian vault to ensure a single source of truth for project documentation. +The language of the documentation must be preserved as originally written (do not translate or alter the language). + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09a3c29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!.cursor/ +!*.sh +!*.bash +!*.zsh +!*.fish +!*.mdc +!.cursor/** +