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:
parent
bd7d99b21d
commit
a2eb961113
1 changed files with 13 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue