diff --git a/.gitignore b/.gitignore index 3a4d1a2..e0179a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ /target/ +/logs/ +/.idea* + +.idea *.iml -/.idea* \ No newline at end of file +*.ipr +*.iws +/out + +# Eclipse Project files +.classpath +.project +.settings/ + + + +.DS_Store +Thumbs.db + +*.bak +*.tem +*.temp +#.swp +*.log \ No newline at end of file