Update .gitignore to ignore OSX trash file

This commit is contained in:
hongming
2018-05-31 21:07:35 +08:00
parent 1a1cd8f644
commit a2ac779b31

9
.gitignore vendored
View File

@@ -11,8 +11,15 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.idea
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
bin/
# Vscode files
.vscode/
tmp/
# OSX trash
.DS_Store