Stock/.gitignore

16 lines
207 B
Plaintext
Raw Normal View History

2022-05-25 03:16:39 +09:00
stock/**/*
.vscode/**/*
__pycache__/**/*
dist/**/*
2022-05-25 03:45:25 +09:00
stock.db
2023-07-22 17:56:58 +09:00
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
2023-10-26 22:12:16 +09:00
# Fresh build directory
_fresh/