diff --git a/.gitignore b/.gitignore index e69de29bb..8f301c3aa 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,23 @@ +# IntelliJ IDEA +.idea +*.iml + +# Eclipse +.classpath +.project +.settings +bin + +# NetBeans +/.nb-gradle +/.nb-gradle-properties + +# OS X +.DS_Store + +# Emacs +*~ +\#*\# + +# Vim +.swp \ No newline at end of file