Skip to content

Commit bd7d99b

Browse files
authored
Added redis files to ignore
In this commit I added files that are generated by redis and should generally be ignored.
1 parent 9255d4c commit bd7d99b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ db.sqlite3-journal
6565
instance/
6666
.webassets-cache
6767

68+
# Redis
69+
*.rdb
70+
*.aof
71+
*.pid
72+
6873
# Scrapy stuff:
6974
.scrapy
7075

0 commit comments

Comments
 (0)