forked from tilde/ssh-reg
Allow test directories in gitignore
This commit is contained in:
parent
e2c2bcb0c2
commit
b8d4dac5da
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
__pycache__/
|
||||
.idea/
|
||||
test*
|
||||
|
||||
!test/
|
||||
!test_*.py
|
||||
|
|
Loading…
Add table
Reference in a new issue