mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
exclude gradle build folders from project and add to .gitignore
This commit is contained in:
committed by
Andrey Vlasovskikh
parent
4169ea9ec6
commit
027d0a169b
@@ -0,0 +1,2 @@
|
||||
src/build
|
||||
src/.gradle
|
||||
@@ -4,6 +4,8 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/src/.gradle" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/src/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
Reference in New Issue
Block a user