Ignore all out/ directories from IntelliJ.

This commit is contained in:
Andrew Steinborn
2018-10-26 16:11:03 -04:00
parent a0e24ca247
commit 72283af867

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
### Intellij ### ### Intellij ###
.idea/ .idea/
*.iws *.iws
/out/ */out/
*.iml *.iml
.idea_modules/ .idea_modules/
atlassian-ide-plugin.xml atlassian-ide-plugin.xml