Ignore out directory everywhere
After IDEA-175172 JPS does not use Gradle's output directories when buildsing imported projects. Now JPS uses an `out/` directory instead, which wasn't gitignored anywhere besides the project's root.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
/gh-pages
|
/gh-pages
|
||||||
/ideaSDK
|
/ideaSDK
|
||||||
/android-studio/sdk
|
/android-studio/sdk
|
||||||
/out
|
out/
|
||||||
/tmp
|
/tmp
|
||||||
workspace.xml
|
workspace.xml
|
||||||
*.versionsBackup
|
*.versionsBackup
|
||||||
|
|||||||
Reference in New Issue
Block a user