Merge branch 'gradle-gitignore-feature' into 'dev'

Updated .gitignore to ignore gradle files

See merge request sa4-2020/the-sanmarinoes/backend!2
This commit is contained in:
Claudio Maggioni 2020-02-22 20:53:55 +01:00
commit ad8c408645
7 changed files with 14 additions and 2 deletions

14
.gitignore vendored
View File

@ -118,3 +118,17 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

View File

@ -1,2 +0,0 @@
#Wed Feb 19 20:29:41 CET 2020
gradle.version=6.0.1