Merge pull request #175 from CFenner/ignoreFile

ignore .DS_Store files
This commit is contained in:
Michael Teeuw 2016-04-15 09:57:32 +02:00
commit ec5ad089a3

3
.gitignore vendored
View File

@ -12,3 +12,6 @@
# Ignore changes to the custom css files.
/css/custom.css
# Ignore Desktop Services Store files (OS X)
**/.DS_Store