Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 977927f

Browse files
committed
Sort gitignore file.
1 parent ab8268b commit 977927f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.gitignore

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
*~
2-
db.sqlite3
31
*.pyc
4-
__pycache__/
5-
django/media/
6-
django/static/
7-
dump.*
2+
*~
83
.tox/
4+
__pycache__/

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ repos:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: debug-statements
9+
- id: file-contents-sorter
10+
files: .gitignore
911
- repo: https://github.com/asottile/pyupgrade
1012
rev: v1.25.1
1113
hooks:

0 commit comments

Comments
 (0)