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