From 54e8b313ada81b434d3d8315421619fa1efe3694 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 25 May 2023 20:24:29 +0200 Subject: [PATCH] Added a .gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a80bef8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Do not ignore solution files inside the mono module. Overrides Godot's global gitignore. +!*.sln + +.import +*.d +*.o +*.meta +*.obj +*.pyc +*.bc +*.os +*.gen.h +*.gen.cpp + +bin/ +obj/