feat: 設定ファイル周り修正。*.gzを省いた
This commit is contained in:
parent
7d7e064057
commit
5c310433ac
@ -10,3 +10,4 @@ Dockerfile
|
||||
pytest.ini
|
||||
README.md
|
||||
*.sql
|
||||
*.gz
|
||||
|
||||
6
ecs/jskult-restore-backup/.gitignore
vendored
6
ecs/jskult-restore-backup/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
.vscode/settings.json
|
||||
.env
|
||||
my.cnf
|
||||
|
||||
# python
|
||||
__pycache__
|
||||
@ -9,4 +8,9 @@ __pycache__
|
||||
.pytest_cache
|
||||
.coverage
|
||||
.report/
|
||||
|
||||
# mysql config file
|
||||
my.cnf
|
||||
|
||||
# compress file
|
||||
*.gz
|
||||
@ -48,7 +48,9 @@
|
||||
|
||||
```txt
|
||||
.
|
||||
├── .env.example -- 環境変数のサンプル値
|
||||
├── .env.example -- ローカル実行用の環境変数のサンプル値。
|
||||
├── .dockerignore -- docker build時のコンテキストに含めるファイルの抑制リスト
|
||||
├── .gitignore -- Git差分管理除外リスト
|
||||
├── Dockerfile -- Dockerイメージ作成用
|
||||
├── Pipfile -- pythonの依存関係管理
|
||||
├── Pipfile.lock -- 依存関係バージョン固定
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user