diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f051d96 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Compiled class file +*.class + +# Eclipse +.project +.classpath +.settings/ + +# Intellij +*.ipr +*.iml +*.iws +.idea/ + +# Maven +target/ + +# Gradle +build +.gradle + +# Log file +*.log +log/ + +# out +**/out/ + +# Mac +.DS_Store + +# others +*.jar +*.war +*.zip +*.tar +*.tar.gz +*.pid +*.orig +temp/ \ No newline at end of file