Added additional message broker files to ignore.

RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too.
This commit is contained in:
Arjun Deka 2025-08-08 00:50:04 -07:00 committed by GitHub
parent bd7d99b21d
commit a2eb961113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,11 +65,6 @@ db.sqlite3-journal
instance/
.webassets-cache
# Redis
*.rdb
*.aof
*.pid
# Scrapy stuff:
.scrapy
@ -136,6 +131,19 @@ __pypackages__/
celerybeat-schedule
celerybeat.pid
# Redis
*.rdb
*.aof
*.pid
# RabbitMQ
mnesia/
rabbitmq/
rabbitmq-data/
# ActiveMQ
activemq-data/
# SageMath parsed files
*.sage.py