From dedfdba39b03d13b8d04324e8a3ca47f0b27de66 Mon Sep 17 00:00:00 2001 From: Tiberiu Ichim Date: Thu, 5 Feb 2026 16:19:02 +0200 Subject: [PATCH] Add ignores --- .gitignore | 1 + .ignore | 1 + PROJECT.md => AGENTS.md | 0 3 files changed, 2 insertions(+) create mode 100644 .ignore rename PROJECT.md => AGENTS.md (100%) diff --git a/.gitignore b/.gitignore index 12ebec1c2..8b8496a9d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ sw.* .idea/* tailwind.compiled.css tailwind.config.js +/data diff --git a/.ignore b/.ignore new file mode 100644 index 000000000..82f0c3ac6 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +/data/ diff --git a/PROJECT.md b/AGENTS.md similarity index 100% rename from PROJECT.md rename to AGENTS.md