Skip to content

Commit a2eb961

Browse files
authored
Added additional message broker files to ignore.
RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too.
1 parent bd7d99b commit a2eb961

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Python.gitignore

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

68-
# Redis
69-
*.rdb
70-
*.aof
71-
*.pid
72-
7368
# Scrapy stuff:
7469
.scrapy
7570

@@ -136,6 +131,19 @@ __pypackages__/
136131
celerybeat-schedule
137132
celerybeat.pid
138133

134+
# Redis
135+
*.rdb
136+
*.aof
137+
*.pid
138+
139+
# RabbitMQ
140+
mnesia/
141+
rabbitmq/
142+
rabbitmq-data/
143+
144+
# ActiveMQ
145+
activemq-data/
146+
139147
# SageMath parsed files
140148
*.sage.py
141149

0 commit comments

Comments
 (0)