From bc128395887a25370b57546e8f28dae58e2612e5 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 24 Nov 2024 13:10:16 +0300 Subject: [PATCH] Feat: added .gitignore and changed README --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee8ac32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/profile/work +/profile/out \ No newline at end of file diff --git a/README.md b/README.md index 0572ef7..9a18db1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # nwarch +Inspired by [Archcraft](https://github.com/archcraft-os/archcraft). +This project is still in development and is not working yet. \ No newline at end of file