diff --git a/.gitignore b/.gitignore index 33b840a..e0fc77a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,13 @@ +# Eclipse Ignores target .settings .classpath .project .checkstyle + +# IntelliJ ignores +.idea/ +out/ +*.iml +*.ipr +*.iws \ No newline at end of file