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

Remove global gitignore lines #16

Open
Luukyb opened this issue Jun 18, 2015 · 2 comments
Open

Remove global gitignore lines #16

Luukyb opened this issue Jun 18, 2015 · 2 comments

Comments

@Luukyb
Copy link
Contributor

Luukyb commented Jun 18, 2015

A good practice for extension files that should never, ever, being added to git (.DS_Store, .vagrant, sass-cache ...) should be ignored using global gitignore file on your computer, not specially on the gitignore file of the project.
On how to do it, see "Create a global .gitignore" https://help.github.com/articles/ignoring-files/

I suggest removing the following lines from the gitignore file :
.vagrant/
.DS_Store
.bundle
.ruby-version
.sass-cache

@leolandotan
Copy link
Contributor

I think the also the .idea maybe?

@generalredneck
Copy link
Contributor

@Luukyb Feel free to put in a PR. I'm all for it.

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

3 participants