Skip to content

Commit 016ae66

Browse files
committed
Ignore JetBrains directories
1 parent 3eb3b45 commit 016ae66

File tree

2 files changed

+4
-0
lines changed
  • code/02-identifying-complexity/02-architectural-complexity/02-object-oriented-complexity-anti-patterns/02-fighting-polymorphism

2 files changed

+4
-0
lines changed

Diff for: code/02-identifying-complexity/02-architectural-complexity/02-object-oriented-complexity-anti-patterns/02-fighting-polymorphism/HidingMembers/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from `dotnet new gitignore`
55

6+
.idea/
7+
68
# User-specific files
79
*.rsuser
810
*.suo

Diff for: code/02-identifying-complexity/02-architectural-complexity/02-object-oriented-complexity-anti-patterns/02-fighting-polymorphism/TypeTesting/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from `dotnet new gitignore`
55

6+
.idea/
7+
68
# User-specific files
79
*.rsuser
810
*.suo

0 commit comments

Comments
 (0)