Skip to content

Commit

Permalink
Merge pull request #8 from HaMatthias/maintenance/add_IJ_lockfile_to_…
Browse files Browse the repository at this point in the history
…gitignore

Add /.intellijPlatform/self-update.lock to .gitignore as this is workspace specific
  • Loading branch information
HaMatthias authored Dec 28, 2024
2 parents 02ecca3 + d2455ec commit 6b0908b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

.idea/
.intellijPlatform/self-update.lock

# CMake
cmake-build-*/
Expand Down

0 comments on commit 6b0908b

Please sign in to comment.