Skip to content

Commit f97b9a0

Browse files
committed
Add /out/ to .gitignore
The folder might be created by IDEA Signed-off-by: Vladimir Sitnikov <[email protected]>
1 parent a423a72 commit f97b9a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.gradle
22
/build
33
/*/build
4+
/out
5+
/*/out
46
/http
57

68
# For occasional use of https://github.com/melix/includegit-gradle-plugin

sigstore-gradle/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/*/build/
2+
/*/out/

0 commit comments

Comments
 (0)