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 *env* to gitignore so project tree stays clean when using a python… #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhelgerson
Copy link

all I did was added env to the gitignore so the tree will stay clean when using a venv

@@ -27,3 +27,4 @@ htmlcov
/deb_dist
*.html
.pytest_cache/
*env*
Copy link

@ke4ahr ke4ahr Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*env* != .env

ke4ahr added a commit to ke4ahr/amodem that referenced this pull request Oct 8, 2024
Merge change suggested in romanz/amodem Pull request romanz#77

Corrected *.env* to .env. 

romanz#77
ke4ahr added a commit to ke4ahr/amodem that referenced this pull request Oct 8, 2024
romanz#77

changed *.env* to .env.
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