anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
217 stars 88 forks source link

Do not create projectignore if gitignore is present #312

Closed mcg1969 closed 3 years ago

mcg1969 commented 3 years ago

Because anaconda-project respects .gitignore inside Git repositories there is no need to automatically create .projectignore if .gitignore is present. It is proving mildly disruptive in AE5 to create this file unnecessarily.