Skip to content

Commit ac69082

Browse files
committed
Ignore IntelliJ Gradle build outputs
1 parent f13afb4 commit ac69082

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sdks/python/apache_beam/portability/common_urns.py
4444
**/*.iml
4545
**/*.ipr
4646
**/*.iws
47+
**/out/**/*
4748

4849
# Ignore Eclipse files.
4950
**/.classpath

assembly.xml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<exclude>**/.gogradle/**</exclude>
7070
<exclude>**/build/**</exclude>
7171
<exclude>**/vendor/**</exclude>
72+
<exclude>**/out/**</exclude>
7273
<exclude>**/.gradletasknamecache</exclude>
7374

7475
<!-- files generated by the Maven build process. -->

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ rat {
242242
"**/*.iml",
243243
"**/*.ipr",
244244
"**/*.iws",
245+
"**/out/**/*",
245246

246247
// .gitignore: Ignore Eclipse files.
247248
"**/.classpath",

0 commit comments

Comments
 (0)