From b872accdabdd92d3b5468a83c5e204f055bd545e Mon Sep 17 00:00:00 2001 From: Brunetto Marie Date: Tue, 21 Mar 2023 23:27:38 +0100 Subject: [PATCH] first commit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8963733 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# OS specific files and folders +.DS_Store + +# Java specific files and folders +bin +target +doc +*.jar +.settings +.classpath + +# Editor specific files and folders +*~ +.project + +# Project specific files and folders +*.mapfg +*.mapgr +*.path +*.tgz \ No newline at end of file