This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
sentry
mirror of
https://github.com/getsentry/sentry
Watch
1
Star
0
Fork
0
Files
Browse Source
fix: Correct ignore rule for .venv symlink
David Cramer
6 years ago
parent
d5e1071cb1
commit
086fef6dc7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.gitignore
+ 1
- 1
.gitignore
View File
@@ -2,7 +2,7 @@
.coverage
.storybook-out/
.DS_Store
-.venv
/
+.venv
*.egg-info
*.pyc
*.log