-
Notifications
You must be signed in to change notification settings - Fork 210
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
Consider adding custom gitignore files too #9
Comments
#10 Doesn't organize the directory. Will rearrange that momentarily. I would appreciate any feedback on the new code to handle fetching the .gitignore file. |
Looking at the PRs for github/gitignore, it looks quite active as well as has a high quality barrier. It may be best to let them have to deal with vetting *.gitignore files as they require proof in the PR. I think it would be easier to remove the current submodule and re-add it with the new directory path as opposed to moving the current submodule. |
Yup that sounds like a good plan. Let's do that after #10 is merged. Left some notes on the PR. |
The directory structure looks good. Perhaps two new commands should be added - add and remove. These will copy and subsequently remove a .gitignore file. |
I like that idea. I'm worried about custom data and updates. If we use the now-used Linux data goes in |
How about a folder just for custom data. When you run |
@filipekiss I think the issue is when updating via a package manager this folder would be overridden. As a result, it would need to be stored anywhere but joe/ as it would be deleted upon update. I may be wrong, though. |
@munrocape I'm not sure about Windows, but for Linux and OS X maybe create a |
That's what @karan listed - the customary/predictable locations for each OS where data like this can be stored. I'll publish a branch later tonight regarding this if you want to check it out. Sent from my iPhone
|
Great! I'll take a look, for sure. :D — On Tue, Jan 20, 2015 at 6:10 PM, Zach Munro-Cape notifications@github.com
|
Seems like @filipekiss worked on it. Will wait for a PR. |
Yeah, @filipekiss saw it through to completion Sent from my iPhone
|
New idea. We move all files to a platform-specific folder: something like |
What do you think about |
Maybe platform specific?
Mac needs to have
.DS_Store
for example. Some cloud platforms have their own files that need to be ignored. Editors have some (like #3).How should be structure this?
I'm thinking this:
Seems good? Anyone have a good list of such files we can add?
The text was updated successfully, but these errors were encountered: