Reorganize and refurbish .gitignore file

This commit is contained in:
Tobi Schäfer 2025-04-11 20:51:55 +02:00
parent c4abd27ac7
commit 27cdc5104b
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

22
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Generally ignore hidden files
.* .*
# Manage some Codium configuration
.vscode/* .vscode/*
!.vscode !.vscode
!.vscode/extensions.json !.vscode/extensions.json
@ -7,22 +9,22 @@
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
build # Ignore files created during build or run
/apps
/bin /bin
/backups /backups
/db build
/docs /docs
/extras
/lib /lib
/licenses /licenses
/log /log
# Ignore files managed in src/dist
/*.properties
/apps
/db
/extras
/launcher.jar
/static /static
/*.properties # Manage Gradle configuration
!/gradle.properties !/gradle.properties
/launcher.jar
/passwd
/start.*