16 lines
120 B
Plaintext
16 lines
120 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Env and secrets
|
|
.env
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
shop
|
|
/vendor/
|
|
|
|
# Docs and dev
|
|
README.md
|
|
scripts/
|