Skip to content

Commit

Permalink
[AIRFLOW-1609] Fix gitignore to ignore all venvs
Browse files Browse the repository at this point in the history
Closes apache#2608 from saguziel/aguziel-amend-gitignore
  • Loading branch information
saguziel committed Sep 14, 2017
1 parent 17189dd commit 08a98f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ celerybeat-schedule
.env

# virtualenv
.venv
venv/
.venv*
venv*
ENV/

# Spyder project settings
Expand Down

0 comments on commit 08a98f5

Please sign in to comment.