mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 02:01:45 +08:00
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
@ -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…
Reference in New Issue
Block a user