generated from ghga-de/microservice-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.static_files
53 lines (45 loc) · 1.25 KB
/
.static_files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# List of all files that are considered static.
# They should never be changed in a service repo
# directly.
# If changes are needed, please first make them in
# the microservice_template_repository at:
# https://github.com/ghga-de/microservice-repository-template
# You pull the updates from the template repository to
# your repo by running the script at:
# ./scripts/update_static_files.py
.devcontainer/dev_install
.devcontainer/license_header.txt
.devcontainer/Dockerfile
scripts/script_utils/__init__.py
scripts/script_utils/cli.py
scripts/__init__.py
scripts/update_all.py
scripts/license_checker.py
scripts/get_package_name.py
scripts/update_config_docs.py
scripts/update_template_files.py
scripts/update_openapi_docs.py
scripts/update_readme.py
scripts/README.md
.github/workflows/check_config_docs.yaml
.github/workflows/check_template_files.yaml
.github/workflows/static_code_analysis.yaml
.github/workflows/unit_and_int_tests.yaml
.github/workflows/check_openapi_spec.yaml
.github/workflows/check_readme.yaml
.github/workflows/cd.yaml
example_data/README.md
.editorconfig
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
.mypy.ini
pytest.ini
LICENSE
requirements.txt
requirements-dev-common.txt
setup.py
.readme_template.md
readme_generation.md