mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Updating ignores
This commit is contained in:
parent
2c066c7080
commit
c01158b74d
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
django_axes.egg-info
|
||||
*.pyc
|
||||
build
|
||||
dist
|
||||
.hg
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
syntax: glob
|
||||
django_axes.egg-info
|
||||
*.pyc
|
||||
build
|
||||
dist
|
||||
*.swp
|
||||
.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue