Update .gitignore to ignore OSX trash file
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user