Skip to content
This repository was archived by the owner on Oct 8, 2023. It is now read-only.

Commit fd9c0c0

Browse files
committed
Cleanup ignored files
1 parent 5ec4d0f commit fd9c0c0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.gradle/
2-
build/
3-
bin/
4-
.classpath
5-
.project
6-
org.eclipse.buildship.core.prefs
1+
/.gradle/
2+
/buildSrc/.gradle/
3+
/**/build/
4+
/**/bin/
5+
/**/.classpath
6+
/**/.project
7+
/**/.settings/org.eclipse.buildship.core.prefs
8+
/gradle.properties

0 commit comments

Comments
 (0)