Compare commits
1 commit
renovate/m
...
main
Author | SHA1 | Date | |
---|---|---|---|
27cdc5104b |
1 changed files with 12 additions and 10 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.*
|
||||
|
|
Loading…
Add table
Reference in a new issue