Skip to content

Commit 55b3e7c

Browse files
authored
Merge pull request #16 from Bearsampp/gradle-convert
gradle-convert
2 parents 99cf54f + 52a0d39 commit 55b3e7c

31 files changed

Lines changed: 4882 additions & 82 deletions

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,21 @@
1313
# ignore "current" directories
1414
/**/current
1515

16+
# Gradle
17+
.gradle/
18+
build/
19+
!gradle-wrapper.jar
20+
1621
# Qodo
1722
/.qodo
23+
24+
# Gradle
25+
.gradle/
26+
build/
27+
gradle-app.setting
28+
*.class
29+
30+
# Temporary files
31+
bruno-build.gradle
32+
bruno-settings.gradle
33+
bruno-gradlew.bat

0 commit comments

Comments
 (0)