Minor - add DS_Store to gitignore

This commit is contained in:
ljacqu 2017-03-17 19:48:42 +01:00
parent 8f197bbebf
commit 603217f894

3
.gitignore vendored
View File

@ -10,7 +10,8 @@ MANIFEST.MF
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
# Mac OS
.DS_Store
### Intellij ### ### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm