Allow test directories in gitignore

feature-test
Darksider3 4 years ago
parent e2c2bcb0c2
commit b8d4dac5da

3
.gitignore vendored

@ -1,4 +1,5 @@
__pycache__/ __pycache__/
.idea/ .idea/
test* test*
!test/
!test_*.py

Loading…
Cancel
Save