mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-03 12:00:07 +02:00
gitignore: add .DS_Store (macOS)
This commit is contained in:
parent
a1aabb67ac
commit
5ae1024eac
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -221,3 +221,6 @@ FakesAssemblies/
|
||||||
**/*.Server/GeneratedArtifacts
|
**/*.Server/GeneratedArtifacts
|
||||||
**/*.Server/ModelManifest.xml
|
**/*.Server/ModelManifest.xml
|
||||||
_Pvt_Extensions
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue