Skip to content

Commit

Permalink
Fix conflicting/suspicious .gitignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and sebersole committed Nov 13, 2024
1 parent 70b85d5 commit 5028c2f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 changes: 9 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .release/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# The folder into which we checkout our release scripts into
*
*
!.gitignore
4 changes: 0 additions & 4 deletions databases/.gitignore

This file was deleted.

4 changes: 3 additions & 1 deletion drivers/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**/*
*
!.gitignore
!README.adoc
1 change: 0 additions & 1 deletion hibernate-spatial/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions hibernate-spatial/.sdkmanrc

This file was deleted.

0 comments on commit 5028c2f

Please sign in to comment.