Browse Source

fix: Correct ignore rule for .venv symlink

David Cramer 6 years ago
parent
commit
086fef6dc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -2,7 +2,7 @@
 .coverage
 .storybook-out/
 .DS_Store
-.venv/
+.venv
 *.egg-info
 *.pyc
 *.log