Compare commits
2 commits
2dbab4197e
...
3d486b511c
Author | SHA1 | Date | |
---|---|---|---|
3d486b511c | |||
27cdc5104b |
2 changed files with 13 additions and 11 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
# Generally ignore hidden files
|
||||
.*
|
||||
|
||||
# Manage some Codium configuration
|
||||
.vscode/*
|
||||
!.vscode
|
||||
!.vscode/extensions.json
|
||||
|
@ -7,22 +9,22 @@
|
|||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
build
|
||||
|
||||
/apps
|
||||
# Ignore files created during build or run
|
||||
/bin
|
||||
/backups
|
||||
/db
|
||||
build
|
||||
/docs
|
||||
/extras
|
||||
/lib
|
||||
/licenses
|
||||
/log
|
||||
|
||||
# Ignore files managed in src/dist
|
||||
/*.properties
|
||||
/apps
|
||||
/db
|
||||
/extras
|
||||
/launcher.jar
|
||||
/static
|
||||
|
||||
/*.properties
|
||||
# Manage Gradle configuration
|
||||
!/gradle.properties
|
||||
|
||||
/launcher.jar
|
||||
/passwd
|
||||
/start.*
|
||||
|
|
|
@ -49,7 +49,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.13.0'
|
||||
implementation 'com.google.code.gson:gson:2.13.1'
|
||||
implementation 'commons-codec:commons-codec:1.18.0'
|
||||
implementation 'commons-fileupload:commons-fileupload:1.5'
|
||||
implementation 'commons-logging:commons-logging:1.3.5'
|
||||
|
|
Loading…
Add table
Reference in a new issue