mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 09:19:40 +00:00
11 lines
246 B
Text
11 lines
246 B
Text
include VERSION
|
|
include LICENSE
|
|
include NOTICE
|
|
include README.md
|
|
exclude .gitignore
|
|
global-exclude *.pyc
|
|
include wsgi.py
|
|
include alerta/app.wsgi
|
|
include alerta/sql/schema.sql
|
|
recursive-include alerta/templates *
|
|
recursive-include alerta/static *
|