Browse Source

Merge pull request #538 from bruno-garcia/ref/remove-ds-store

Remove macOS directory attrib file
pull/556/head
Halil İbrahim Kalkan 8 years ago
committed by GitHub
parent
commit
910c059a3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      .DS_Store
  2. 3
      .gitignore

BIN
.DS_Store

Binary file not shown.

3
.gitignore

@ -268,3 +268,6 @@ modules/blogging/app/Volo.BloggingTestApp/wwwroot/files/*
modules/blogging/app/Volo.BloggingTestApp/Logs/*
modules/blog/app/Volo.BlogTestApp/Logs/*
modules/docs/app/Volo.DocsTestApp/Logs/*
# macOS
.DS_Store

Loading…
Cancel
Save