20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
# Node.jsで実装されたLambdaの管理対象外ファイル群
|
|
package-lock.json
|
|
node_modules/
|
|
# ローカル確認用環境変数ファイル
|
|
.env
|
|
# Pythonの仮想環境ファイル
|
|
.venv
|
|
# pythonのキャッシュファイル
|
|
__pycache__/
|
|
|
|
# StepFunctionsステートメント定義変換後のフォルダ
|
|
stepfunctions/*/build
|
|
**/.vscode/settings.json
|
|
|
|
# python test
|
|
.coverage
|
|
.report/
|
|
|
|
# log
|
|
.log |