mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +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
1
python/.gitignore
vendored
Normal file
1
python/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test-system
|
||||
2
python/build/build-debug-binaries/.gitignore
vendored
Normal file
2
python/build/build-debug-binaries/.gitignore
vendored
Normal file
@@ -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" />
|
||||
|
||||
1
python/helpers/.gitignore
vendored
Normal file
1
python/helpers/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pydev/build
|
||||
@@ -4,6 +4,7 @@
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/helpers">
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/helpers/pydev/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
Reference in New Issue
Block a user