File tree Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -79,28 +79,35 @@ If you are using windows, you can install the `make` command
7979docker-wslg-gui-template
8080├── .devcontainer
8181| └── devcontainer.json
82+ ├── .editorconfig
83+ ├── .github
84+ | └── workflows
85+ | └── ci.yml
8286├── docker
8387| ├── .env.wslg
84- | ├── docker-compose.yml
85- | └── Dockerfile
88+ | ├── Dockerfile
89+ | └── docker-compose.yml
8690├── docs
8791| ├── i18n
8892| | └── jp
89- | | └── README.md
9093| └── images
9194| └── gui-sample.png
9295├── scripts
9396| └── set-wslg.sh
9497├── src
95- | └── main.py
96- ├── .editorconfig
98+ | ├── main.py
99+ | └── utils
100+ | ├── __init__.py
101+ | └── operator.py
102+ ├── tests
103+ | ├── __init__.py
104+ | └── test_operator.py
97105├── .gitignore
106+ ├── LICENSE
98107├── Makefile
99108├── poetry.lock
100109├── pyproject.toml
101110└── README.md
102-
103- directory: 8 file: 14
104111```
105112
106113## License
Original file line number Diff line number Diff line change @@ -75,28 +75,35 @@ git clone
7575docker-wslg-gui-template
7676├── .devcontainer
7777| └── devcontainer.json
78+ ├── .editorconfig
79+ ├── .github
80+ | └── workflows
81+ | └── ci.yml
7882├── docker
7983| ├── .env.wslg
80- | ├── docker-compose.yml
81- | └── Dockerfile
84+ | ├── Dockerfile
85+ | └── docker-compose.yml
8286├── docs
8387| ├── i18n
8488| | └── jp
85- | | └── README.md
8689| └── images
8790| └── gui-sample.png
8891├── scripts
8992| └── set-wslg.sh
9093├── src
91- | └── main.py
92- ├── .editorconfig
94+ | ├── main.py
95+ | └── utils
96+ | ├── __init__.py
97+ | └── operator.py
98+ ├── tests
99+ | ├── __init__.py
100+ | └── test_operator.py
93101├── .gitignore
102+ ├── LICENSE
94103├── Makefile
95104├── poetry.lock
96105├── pyproject.toml
97106└── README.md
98-
99- ディレクトリ: 8 ファイル: 14
100107```
101108
102109## ライセンス
You can’t perform that action at this time.
0 commit comments