-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore .DS_Store in /home #73
Comments
Good idea. Though I don't like hardcoding stuff like that. |
From a .gitignore in /home or one dir up, in the castle? On Sun, Dec 15, 2013 at 4:26 AM, Anders Ingemann
|
Well |
I can't think of any potential issues; has my vote. 👍 |
Since git 1.8.2 there is I think it would be fair to require git 1.8.2 for this feature to be working and simply fall back to not checking for ignored files when git < 1.8.2. |
Sounds good! Only thing I can think to add for you to look at (not sure if it really helps) is this prezto alias which lists ignored files inside a repo: https://github.com/sorin-ionescu/prezto/blob/master/modules/git/alias.zsh#L75 I'm sure |
Hm interesting, especially because it uses However, for stabilities sake I think I'll refrain from implementing that, checking whether an exit code is 0 or 1 has a much lower chance of going wrong. I'll leave the backwards compatible part to someone who really needs it and creates a PR. |
I'm merging this into #95 since solving it would also solve this issue. |
If you browse a castle's
/home
folder (~/.homesick/repos/*/home
) with finder,.DS_Store
files are generated. I think it would be safe and smart for homeshick to ignore these files as I can't imagine anyone wanting to symlink them.Thoughts? 🍰
The text was updated successfully, but these errors were encountered: