Skip to content

Commit 5028c2f

Browse files
yrodieresebersole
authored andcommitted
Fix conflicting/suspicious .gitignore config
1 parent 70b85d5 commit 5028c2f

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ lib
1616

1717
# IntelliJ specific files/directories
1818
out
19-
.idea
20-
!.idea/codeStyles/Project.xml
21-
!.idea/inspectionProfiles/Project_Default.xml
19+
# See .idea/.gitignore for more precise rules in that directory
2220
*.ipr
2321
*.iws
2422
*.iml
@@ -47,10 +45,9 @@ ObjectStore
4745
*.hprof
4846
/.nb-gradle/
4947

50-
# Additional databases used in local envs
51-
databases/mysql/
52-
databases/postgis/
53-
5448
# Vim
5549
*.swp
5650
*.swo
51+
52+
# SDKman, used by some module maintainers
53+
.sdkmanrc

.idea/.gitignore

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.release/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# The folder into which we checkout our release scripts into
2-
*
2+
*
3+
!.gitignore

databases/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

drivers/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
**/*
1+
*
2+
!.gitignore
3+
!README.adoc

hibernate-spatial/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

hibernate-spatial/.sdkmanrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)