Merge pull request #176 from obecker/intellij

Add .idea folder to .gitignore for developers using IntelliJ IDEA
This commit is contained in:
Scott Embler
2021-04-25 10:11:57 -04:00
committed by GitHub

3
.gitignore vendored
View File

@@ -9,3 +9,6 @@ hs_err_pid*
.project
.settings/
buildNumber.properties
### IntelliJ ###
.idea/