diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85d1f12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +### Java template +# Compiled class file +*.class +target/* + +# Log file +*.log + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# IntelliJ project files +.idea +*.iml +out +gen \ No newline at end of file