diff --git a/.gitignore b/.gitignore index d2a0397a..d4909ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,20 @@ -/target -/.classpath -/.project -/.settings -/cassandra-unit.iml -/.idea +# Generated by http://gitignore.io + +### Maven ### +target/ + +### Eclipse ### +.project +.classpath +.settings/ +.loadpath + +### IntelliJ ### +*.iml +*.ipr +*.iws +.idea/ .DS_Store bin/ -cassandra-unit.ipr -cassandra-unit.iws +