We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014820 commit f218572Copy full SHA for f218572
.gitignore
@@ -14,7 +14,6 @@ Thumbs.db
14
*.ncb
15
*.suo
16
.vs/
17
-.idea/
18
*.sln.ide/
19
*.tlb
20
*.tlh
Maybe I should have specified: adding .idea was intentional.
.idea
.idea is the equivalent of .vs for Rider users, and having it in .gitignore makes life easier for them (it's quite popular among .NET developers).
.vs
It wasn't a relevant change for the scope of the PR, so I removed it.
2 commit comments
ltrzesniewski commentedon Nov 26, 2024
Maybe I should have specified: adding
.idea
was intentional..idea
is the equivalent of.vs
for Rider users, and having it in .gitignore makes life easier for them (it's quite popular among .NET developers).bording commentedon Nov 26, 2024
It wasn't a relevant change for the scope of the PR, so I removed it.