Horje
remove ds_store git Code Example
ds_store gitignore
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch

git add .gitignore
git commit -m '.DS_Store banished!'
remove ds_store git
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store




Shell

Related
git push and pull not asking password Code Example git push and pull not asking password Code Example
clear screen python cmd Code Example clear screen python cmd Code Example
npm install verbose Code Example npm install verbose Code Example
how to change the web default browser in linux Code Example how to change the web default browser in linux Code Example
install sam cli ubuntu Code Example install sam cli ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10