Fix conflicting/suspicious .gitignore config

This commit is contained in:
Yoann Rodière 2024-11-13 08:31:00 +01:00 committed by Steve Ebersole
parent 70b85d5b4f
commit 5028c2fb7d
7 changed files with 18 additions and 18 deletions

11
.gitignore vendored
View File

@ -16,9 +16,7 @@ lib
# IntelliJ specific files/directories
out
.idea
!.idea/codeStyles/Project.xml
!.idea/inspectionProfiles/Project_Default.xml
# See .idea/.gitignore for more precise rules in that directory
*.ipr
*.iws
*.iml
@ -47,10 +45,9 @@ ObjectStore
*.hprof
/.nb-gradle/
# Additional databases used in local envs
databases/mysql/
databases/postgis/
# Vim
*.swp
*.swo
# SDKman, used by some module maintainers
.sdkmanrc

9
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*
!.gitignore
# See https://stackoverflow.com/a/67976259/6692043
!codeStyles/
!codeStyles/Project.xml
!codeStyles/codeStyleConfig.xml
!inspectionProfiles/
!inspectionProfiles/Project_Default.xml

1
.release/.gitignore vendored
View File

@ -1,2 +1,3 @@
# The folder into which we checkout our release scripts into
*
!.gitignore

View File

@ -1,4 +0,0 @@
!mariadb/
!pgsql/
!derby/
./

4
drivers/.gitignore vendored
View File

@ -1 +1,3 @@
**/*
*
!.gitignore
!README.adoc

View File

@ -1 +0,0 @@
.sdkmanrc

View File

@ -1,4 +0,0 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=8.0.252.hs-adpt