From 5ea8e8168a7dba71fd3542ee16d40d265568c864 Mon Sep 17 00:00:00 2001 From: Elliot Partridge Date: Tue, 2 Jun 2020 22:03:10 +0100 Subject: [PATCH] Adding .gitignore. --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bebb6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Build output +target/ +*.class + +# Log file +*.log + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# VM crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# IDE +.idea/ +*.iml +.settings/ +.project +.classpath +.vscode/ + +# macOS +.DS_Store + +# AWS +events/ \ No newline at end of file