Skip to content

Commit 882a980

Browse files
authored
Merge branch 'main' into ssh-sign
2 parents 4b22267 + 487ce3b commit 882a980

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

options/gitignore/B4X

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/Objects
2+
**/AutoBackups
3+
*.meta

options/gitignore/Go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
14
# Binaries for programs and plugins
25
*.exe
36
*.exe~

options/gitignore/Gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ gradle-app.setting
1010

1111
# Cache of project
1212
.gradletasknamecache
13+
14+
# Eclipse Gradle plugin generated files
15+
# Eclipse Core
16+
.project
17+
# JDT-specific (Eclipse Java Development Tools)
18+
.classpath

options/gitignore/Maven

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ buildNumber.properties
99
.mvn/timing.properties
1010
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
1111
.mvn/wrapper/maven-wrapper.jar
12+
13+
# Eclipse m2e generated files
14+
# Eclipse Core
15+
.project
16+
# JDT-specific (Eclipse Java Development Tools)
17+
.classpath

0 commit comments

Comments
 (0)