chore(gitignore): update ignored files for environment and build
- Add `.env` files to the ignore list to exclude environment configs - Retain `dist/` directory in the ignore list for build artifacts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*__pycache__*
|
||||
dist/
|
||||
**/.env
|
Reference in New Issue
Block a user