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

Why doesn't this repository have a .gitignore? #632

Closed
luchiago opened this issue Dec 10, 2019 · 3 comments
Closed

Why doesn't this repository have a .gitignore? #632

luchiago opened this issue Dec 10, 2019 · 3 comments

Comments

@luchiago
Copy link

luchiago commented Dec 10, 2019

When I did git clone and opened the project on my machine, I was searching for the .gitignore. Is there any reason why this project does not have a .gitignore file?

@luchiago luchiago changed the title Why this repository doesn't have a .gitignore Why doesn't this repository have a .gitignore? Dec 10, 2019
@luchiago
Copy link
Author

If you guys need one, I can make a Pull Request.

@kmyk
Copy link
Member

kmyk commented Dec 11, 2019

This project has no .gitignore because this project has no project-specific files which should be ignored. Also in generally, when a file is not so required, I want to remove it to keep the project simple and stupid.
If you want to ignore files specific to your environment (e.g. .DS_store, *~), you should use global gitignore. And personally I think we should use global gitignore even for files specific to languages (e.g. *.pyc, *.egg-info/).

ref: #217

@luchiago
Copy link
Author

I understand. Thanks @kmyk

@kmyk kmyk closed this as completed Dec 11, 2019
@kzrnm kzrnm mentioned this issue Apr 14, 2024
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