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

Added Python .gitignore #156

Merged
merged 2 commits into from
Jan 15, 2021
Merged

Added Python .gitignore #156

merged 2 commits into from
Jan 15, 2021

Conversation

mfbehrens
Copy link
Contributor

No description provided.

@matze-dd
Copy link
Collaborator

Thanks for this, too! :)

Please forgive the dumb question: what is the purpose of this file?

@mfbehrens
Copy link
Contributor Author

Don't worry!

It just ignores all files and folders that are temporarily created or created by the building process. When I build the project using python setup.py install many folders are created I actually don't want on the git repository.

image

For that reason you add a .gitinore. You'll find a template for almost every programming language here: https://github.com/github/gitignore

You can also read the full doc here: https://git-scm.com/docs/gitignore

Hope this helps!

@matze-dd matze-dd merged commit fcf3b16 into torik42:master Jan 15, 2021
@matze-dd
Copy link
Collaborator

Thank you for this. It has been merged.

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

Successfully merging this pull request may close these issues.

2 participants