diff --git a/.gitignore b/.gitignore index 3986b93..6ffdd1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store /target /lib /classes @@ -9,6 +10,10 @@ pom.xml .nrepl-* .env *.log -.settings +.settings/ +.project +.classpath .idea -*.iml \ No newline at end of file +*.iml +*.ipr +*.iws \ No newline at end of file