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

Make .gitignore more readable #14

Open
bittner opened this issue May 8, 2017 · 0 comments
Open

Make .gitignore more readable #14

bittner opened this issue May 8, 2017 · 0 comments

Comments

@bittner
Copy link
Member

bittner commented May 8, 2017

As a developer
I want to have a concise, readable .gitignore file,
which is tailored to the specific framework and technology
So that it's easy for me (and my colleagues) to quickly grasp which files are being ignored
and what I have to add myself (in non-standard projects).

Motivation

The current version of .gitignore for Django and Flask is big and ugly. It's similar to GitHub's gitignore for Python, which contains just about everything you would want to ignore for any generic Python project (PyData, NumPy, SciPy, and IDEs included).

Role Models & Considerations

Global gitignore

For IDEs and other stuff that is globally valid on a developer machine we may suggest using an appropriate global gitignore file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant