mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-04-25 04:33:20 +00:00
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
# Environment files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Don't ignore the main .env file
|
|
!.env
|
|
|
|
# Local VS Code environment (contains secrets)
|
|
.vscode/.env
|
|
|
|
# Distribute artifacts (built by CI)
|
|
distribute/
|
|
|
|
scripts/sandbox.sh |