Ignore Intellij's project files.

Ignore Intellij's project files in order
to avoid personal configurations erroneusly committed
to the repository.
This commit is contained in:
fava 2019-08-22 04:39:20 +00:00
parent 53b16d192d
commit 3987fe8fd6

4
.gitignore vendored
View File

@ -8,3 +8,7 @@ metrics-lib-*.tar.gz
.project
build.properties
*~
# IntelliJ files
.idea/
*.iml