Skip to content

Commit 1864f90

Browse files
committed
Update .gitignore to include JetBrains IDE files
1 parent 9ee893e commit 1864f90

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
#
1111
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1212
#
13-
# Order is important; the last matching pattern takes precedence.
13+
# Order is important; the last matching pattern takes precedence.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ updates:
4343
# Additional notes:
4444
# - Pip updates: Individual PRs per package (no group).
4545
# - Reviews: Uses .github/CODEOWNERS automatically.
46-
# - Automerge: Enable via branch protection rules or 'automerge: true' (experimental).
46+
# - Automerge: Enable via branch protection rules or 'automerge: true' (experimental).

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# JetBrain IDE
132+
.idea/

0 commit comments

Comments
 (0)