Skip to content

Commit a999bd2

Browse files
authored
Ignore .idea and .DS_Store files (#379)
1 parent fd1508d commit a999bd2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,11 @@ UpgradeLog*.htm
184184

185185
# Microsoft Fakes
186186
FakesAssemblies/
187+
188+
#ignore .DS_Store on macos
189+
*/.DS_Store
190+
.DS_Store
191+
192+
#ignore idea
193+
.idea
194+
*/.idea

0 commit comments

Comments
 (0)