From 263af194a968112f2a0929c5fe8e8423dd68b42f Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 18 Jan 2020 12:31:14 -0600 Subject: [PATCH] Add .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10eb9dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Don't track content of these folders +.idea/* +target/* + +# Compiled source # +################### +*.class + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +#*.7z +#*.dmg +*.jar \ No newline at end of file