From bb8583fa0aa1abe8cc12716140a69fd1b1a91bdd Mon Sep 17 00:00:00 2001 From: stirgpea Date: Fri, 21 Aug 2026 10:28:27 +0200 Subject: [PATCH] feat: add initial project structure and .gitignore (#1) Initial project layout, directory structure, and gitignore settings. Co-authored-by: StirGpea Reviewed-on: https://forgejo.169.58.208.38.nip.io/koval/pievr/pulls/1 Co-authored-by: stirgpea Co-committed-by: stirgpea --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c96435d --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/bin/ +/vendor/ +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out +/storage/*.db +/storage/*.db-journal +.env +.idea/ +.vscode/ +*.swp +*.swo +.DS_Store +