-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
48 lines (48 loc) · 1.44 KB
/
.gitignore
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
adm/root.mk
doc/_build
doc/utilities.md
layers/layer1_nodejs/0500_extra_packages/node_modules
layers/layer1_python3/0500_extra_python_packages/src
layers/layer1_python3/0500_extra_python_packages/tempolayer*
layers/layer1_python3/0600_gunicorn_custom_log/build/
layers/layer1_python3/0600_gunicorn_custom_log/dist/
layers/layer1_python3/0600_gunicorn_custom_log/gunicorn_custom_log.egg-info/
layers/layer1_python3/0700_aiohttp_metwork_middlewares/aiohttp_metwork_middlewares.egg-info/
layers/layer1_python3/0700_aiohttp_metwork_middlewares/build/
layers/layer1_python3/0700_aiohttp_metwork_middlewares/dist/
doc/layer_*.md
doc/layer_*.rst
doc/api
doc/configure_a_metwork_package.md
doc/configure_a_metwork_package.rst
doc/configure_metwork_repo.md
doc/configure_metwork_repo.rst
doc/install_a_metwork_package.md
doc/install_a_metwork_package.rst
doc/plugins_guide.md
doc/plugins_guide.rst
doc/mfserv_intro.rst
doc/mfserv_load_env.rst
doc/mfserv_quick_start.rst
doc/mfserv_tuning_monitoring.rst
doc/mfserv_create_plugins.rst
doc/mfserv_debug_plugin.rst
doc/mfserv_miscellaneous.rst
doc/mfserv_tutorials.rst
doc/mfserv_log.rst
doc/mfserv_deploy_plugin.rst
doc/CHANGELOG*.md
doc/CHANGELOG*.rst
doc/changelogs.rst
*.plugin
*.whl
__pycache__/
null
*.egg-info/
layers/layer1_python3/0550_bjoern/build/
layers/layer1_nodejs/0500_metwork_tools/node_modules/
layers/layer1_nodejs/cache
layers/layer1_python3/cache
layers/layer9_default/cache
plugins/*/.plugin_format_version
_docs_build/