Skip to content

Commit 3be1455

Browse files
committed
Remove IDE-specific files from version control
- Remove .idea/workspace.xml from repository - Add .idea/ directory to .gitignore - Add *.DotSettings.user to .gitignore These files contain user-specific IDE settings and should not be in version control.
1 parent b4f4b12 commit 3be1455

File tree

2 files changed

+5
-160
lines changed

2 files changed

+5
-160
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
##
88
## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
99

10+
# JetBrains Rider
11+
.idea/
12+
*.sln.iml
13+
*.DotSettings.user
14+
1015
# Build results
1116
[Dd]ebug/
1217
[Dd]ebugPublic/

.idea/.idea.SWEN3.Paperless.RabbitMq/.idea/workspace.xml

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)