mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
Fix conflicting/suspicious .gitignore config
This commit is contained in:
parent
70b85d5b4f
commit
5028c2fb7d
11
.gitignore
vendored
11
.gitignore
vendored
@ -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
generated
vendored
Normal file
9
.idea/.gitignore
generated
vendored
Normal 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
1
.release/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
# The folder into which we checkout our release scripts into
|
||||
*
|
||||
!.gitignore
|
4
databases/.gitignore
vendored
4
databases/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
!mariadb/
|
||||
!pgsql/
|
||||
!derby/
|
||||
./
|
4
drivers/.gitignore
vendored
4
drivers/.gitignore
vendored
@ -1 +1,3 @@
|
||||
**/*
|
||||
*
|
||||
!.gitignore
|
||||
!README.adoc
|
1
hibernate-spatial/.gitignore
vendored
1
hibernate-spatial/.gitignore
vendored
@ -1 +0,0 @@
|
||||
.sdkmanrc
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user