Merge pull request #4704 from Water-Ty/main
Added files & folders to ignore that are generated by message brokers (python related)
This commit is contained in:
commit
ee7dbbe9bd
1 changed files with 13 additions and 0 deletions
|
|
@ -131,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