mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
Add .DS_Store to .gitignore
OSX adds .DS_Store files for housekeeping metadata. No need to store it in .git.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -22,3 +22,6 @@ libs/*/Makefile*
|
||||
libs/*/debug/
|
||||
libs/*/release/
|
||||
libs/*/*.a
|
||||
|
||||
# Ignore .DS_Store files on OSX
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user