Browse Source

[skip ci] Updated licenses and gitignores

tags/v1.16.0-rc1
GiteaBot 2 years ago
parent
commit
487ce3b49e
4 changed files with 18 additions and 0 deletions
  1. 3
    0
      options/gitignore/B4X
  2. 3
    0
      options/gitignore/Go
  3. 6
    0
      options/gitignore/Gradle
  4. 6
    0
      options/gitignore/Maven

+ 3
- 0
options/gitignore/B4X View File

@@ -0,0 +1,3 @@
**/Objects
**/AutoBackups
*.meta

+ 3
- 0
options/gitignore/Go View File

@@ -1,3 +1,6 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~

+ 6
- 0
options/gitignore/Gradle View File

@@ -10,3 +10,9 @@ gradle-app.setting

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

+ 6
- 0
options/gitignore/Maven View File

@@ -9,3 +9,9 @@ buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar

# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

Loading…
Cancel
Save