Skip to content

Commit

Permalink
ide: ignore ide specific settings in favor of gradle
Browse files Browse the repository at this point in the history
Avoid influencing local builds. This shall be fully done via gradle.
  • Loading branch information
Pfeil committed Sep 4, 2024
1 parent 024f13d commit 59df85f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ bin
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# Actually we want to make sure everything is handled via gradle.
.idea

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down
6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

0 comments on commit 59df85f

Please sign in to comment.