From ceabd8f31b91bfdd0e29bd5c4d1da52f477ab2b0 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 25 May 2026 10:59:30 +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