Skip to content
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

.DS_Store sneaking in. #20

Open
sfsheath opened this issue May 12, 2018 · 1 comment
Open

.DS_Store sneaking in. #20

sfsheath opened this issue May 12, 2018 · 1 comment

Comments

@sfsheath
Copy link
Member

We probably want to avoid 'git add .' or the like when adding files. Better to add by individual file or extension. And to get .gitignore coordinated.

@paregorios
Copy link
Member

I find this a useful place to grab .gitignore files:

https://github.com/github/gitignore

In particular:

You'll find directives for other language/editor environments in the top-level directory, and other OSs, development frameworks, and a few more editors in the "Global" subdirectory. I just concatenate what I want into a single file, then add a couple of things at the end like ".bak" and ".xpr".

sfsheath added a commit that referenced this issue May 14, 2018
Deleting DS_Store et adding .gitignore (issue #20)
sfsheath added a commit that referenced this issue Mar 27, 2019
Deleting DS_Store et adding .gitignore (issue #20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants