X Tutup
The Wayback Machine - https://web.archive.org/web/20210210104003/https://github.com/github/gitignore/pull/3580
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

Add .gitignore support for Anaconda environments #3580

Open
wants to merge 1 commit into
base: master
from

Conversation

@ghost
Copy link

@ghost ghost commented Nov 19, 2020

Introduction to Anaconda

Anaconda is a highly popular package manager for python among data scientists. It is an alternative to virtualenv, and is highly sophisticated. Almost across the entire internet, it is considered a bad practice to include Virtual Environment files in GitHub commits. Typically Anaconda users would need to create their own .gitignore files if they were to commit to GitHub. Thus, I am recommending a Pull Request to add support to .gitignore for Anaconda.

I have taken this .gitignore file from the anaconda-project repository.

Subhang Bhatti
Add .gitignore support for environments created using the package management system, Anaconda.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

0 participants
X Tutup