|
@@ -0,0 +1,9 @@
|
|
1
|
+include LICENSE
|
|
2
|
+include README.md
|
|
3
|
+include requirements.txt
|
|
4
|
+recursive-include posttls/core/static/css *
|
|
5
|
+recursive-include posttls/core/static/vendor *
|
|
6
|
+recursive-include posttls/core/static/vendor/bootstrap/css *
|
|
7
|
+recursive-include posttls/core/static/vendor/bootstrap/fonts *
|
|
8
|
+recursive-include posttls/core/static/vendor/bootstrap/js *
|
|
9
|
+recursive-include posttls/core/templates/core *
|