mirror of
https://github.com/alerta/alerta.git
synced 2025-01-29 03:11:34 +00:00
8 lines
247 B
Text
8 lines
247 B
Text
exclude .gitignore
|
|
global-exclude *.pyc
|
|
include alerta/app/app.wsgi
|
|
include alerta/dashboard/dashboard.wsgi
|
|
recursive-include alerta/app/templates *
|
|
recursive-include alerta/dashboard/v2/templates *
|
|
recursive-include alerta/dashboard/v2/assets *
|
|
|