From 2d3937d806a1d7bf0b79b3448c7bc2c3749160b0 Mon Sep 17 00:00:00 2001
From: dusoleil <howcansocksbereal@gmail.com>
Date: Mon, 12 Sep 2022 20:16:31 -0400
Subject: Add gitattributes and gitignore

---
 .gitignore | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitignore

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e09c209
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+.import
+addons
+export.cfg
+*.translation
+.mono/
+data_*/
+.vscode/
+*.exe
+*.dll
+*.pck
+*.apk
+*.apk.idsig
-- 
cgit v1.2.3