Skip to content

Commit

Permalink
Merge branch 'main' into 90-limit-logback-json-max-logline-size
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi authored Sep 3, 2024
2 parents 1a447ae + abd3fa9 commit 07f886f
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,38 @@ logs

# ============== IDE specific settings ================

# Covers Eclipse specific:
### Eclipse
# Covers Eclipse, based on https://www.toptal.com/developers/gitignore/api/eclipse , stripped to relevant java based rules
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.classpath
.loadpath
.recommenders
.project
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# Java annotation processor (APT)
.factorypath
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
.apt_generated_test/

# Spring Boot Tooling
.sts4-cache/
### End of Eclipse

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
.idea
Expand Down

0 comments on commit 07f886f

Please sign in to comment.