From 7b7b4514e969a5d89749103a481995deafd43b19 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 25 May 2026 10:59:26 +0200 Subject: [PATCH] chore: align with Exiles fork-layout convention (standard .gitignore + .gitattributes) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d2ad74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +.DS_Store +.release +.install +.lua/* +.vscode +.idea