We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7d99b commit a2eb961Copy full SHA for a2eb961
Python.gitignore
@@ -65,11 +65,6 @@ db.sqlite3-journal
65
instance/
66
.webassets-cache
67
68
-# Redis
69
-*.rdb
70
-*.aof
71
-*.pid
72
-
73
# Scrapy stuff:
74
.scrapy
75
@@ -136,6 +131,19 @@ __pypackages__/
136
131
celerybeat-schedule
137
132
celerybeat.pid
138
133
134
+# Redis
135
+*.rdb
+*.aof
+*.pid
+
139
+# RabbitMQ
140
+mnesia/
141
+rabbitmq/
142
+rabbitmq-data/
143
144
+# ActiveMQ
145
+activemq-data/
146
147
# SageMath parsed files
148
*.sage.py
149
0 commit comments