diff --git a/.gitignore b/.gitignore index 0c2d20e6..c3f84b36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ .vscode -.eslintrc.js \ No newline at end of file +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +node_modules +dist +epmet-oper +.idea/ \ No newline at end of file