diff options
author | GiteaBot <teabot@gitea.io> | 2021-12-19 00:29:01 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-12-19 00:29:01 +0000 |
commit | 487ce3b49e5fb4ef79ded696532f071293cf10d9 (patch) | |
tree | d8ae03ae972e7aa961d151596c764d20c7dc472f /options | |
parent | 9296baf65a73ccdda329b45770d22390ead7905f (diff) | |
download | gitea-487ce3b49e5fb4ef79ded696532f071293cf10d9.tar.gz gitea-487ce3b49e5fb4ef79ded696532f071293cf10d9.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options')
-rw-r--r-- | options/gitignore/B4X | 3 | ||||
-rw-r--r-- | options/gitignore/Go | 3 | ||||
-rw-r--r-- | options/gitignore/Gradle | 6 | ||||
-rw-r--r-- | options/gitignore/Maven | 6 |
4 files changed, 18 insertions, 0 deletions
diff --git a/options/gitignore/B4X b/options/gitignore/B4X new file mode 100644 index 0000000000..197c7bb2d4 --- /dev/null +++ b/options/gitignore/B4X @@ -0,0 +1,3 @@ +**/Objects +**/AutoBackups +*.meta diff --git a/options/gitignore/Go b/options/gitignore/Go index de67df5e37..3b735ec4a8 100644 --- a/options/gitignore/Go +++ b/options/gitignore/Go @@ -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~ diff --git a/options/gitignore/Gradle b/options/gitignore/Gradle index 85888bb2e1..0986bbec5b 100644 --- a/options/gitignore/Gradle +++ b/options/gitignore/Gradle @@ -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 diff --git a/options/gitignore/Maven b/options/gitignore/Maven index 0e13eebbea..2f4353087f 100644 --- a/options/gitignore/Maven +++ b/options/gitignore/Maven @@ -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 |