Skip to content

Commit 51cc21a

Browse files
committed
[UPDATE] ignore ^_test prefixed files in root directory
1 parent aa2b25d commit 51cc21a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ celerybeat-schedule
77
*.db
88
*.session
99
*.session-journal
10-
test.py
1110
*.sql
12-
/test*.py
11+
/_test*.py
1312
/logs/*
1413

1514
# docker

0 commit comments

Comments
 (0)