mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-17 17:58:23 -05: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:
@@ -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