-
Notifications
You must be signed in to change notification settings - Fork 0
/
.static_files
38 lines (31 loc) · 926 Bytes
/
.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
# 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/library-scripts/docker-in-docker-debian.sh
scripts/update_static_files.py
scripts/license_checker.py
scripts/get_package_name.py
scripts/check_mandatory_and_static_files.py
scripts/README.md
.github/workflows/check_pr_target.yaml
.github/workflows/static_code_analysis.yaml
.github/workflows/check_mandatory_and_static_files.yaml
example_data/README.md
.editorconfig
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
codecov.yml
LICENSE
requirements.txt
setup.py
.static_files
.mandatory_files