From 282e6c93daf277349cfe9aa0363420e6123bd4b0 Mon Sep 17 00:00:00 2001 From: urbnywrt <14278436+urbnywrt@users.noreply.github.com> Date: Wed, 19 Mar 2025 01:01:39 +0300 Subject: [PATCH] fix gitignore --- .gitignore | 3 ++- profiles/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 profiles/.gitkeep diff --git a/.gitignore b/.gitignore index 37e2338..0984868 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv/* .vscode/* -profiles/* \ No newline at end of file +profiles/* +!profiles/.gitkeep \ No newline at end of file diff --git a/profiles/.gitkeep b/profiles/.gitkeep new file mode 100644 index 0000000..e69de29