Skip to content

Commit d4ad41f

Browse files
committed
Updates .gitignore to exclude IDE files
Adds a new entry to .gitignore to prevent tracking of specific IDE configuration files related to the project. This ensures a cleaner repository by excluding auto-generated files and preventing accidental commits of personal IDE settings.
1 parent f952c8d commit d4ad41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ _NCrunch_*
5151
# Rider auto-generates .iml files, and contentModel.xml
5252
**/.idea/**/*.iml
5353
**/.idea/**/contentModel.xml
54-
**/.idea/**/modules.xml
54+
**/.idea/**/modules.xml
55+
.idea/.idea.Exceptionless.DateTimeExtensions/.idea/

0 commit comments

Comments
 (0)