Skip to content

Commit ae15cd2

Browse files
committed
Update .gitignore to include JetBrains IDE files
1 parent 99244e4 commit ae15cd2

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
@@ -44,4 +44,4 @@ groups:
4444
# Additional notes:
4545
# - Pip updates: Individual PRs per package (no group).
4646
# - Reviews: Uses .github/CODEOWNERS automatically.
47-
# - Automerge: Enable via branch protection rules or 'automerge: true' (experimental).
47+
# - 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)