Skip to content

Commit

Permalink
[skip ci] Updated licenses and gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot authored and Stelios Malathouras committed Mar 28, 2022
1 parent 9578b61 commit dc4e7fb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options/gitignore/B4X
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/Objects
**/AutoBackups
*.meta
3 changes: 3 additions & 0 deletions options/gitignore/Go
Original file line number Diff line number Diff line change
@@ -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~
Expand Down
6 changes: 6 additions & 0 deletions options/gitignore/Gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions options/gitignore/Maven
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc4e7fb

Please sign in to comment.