mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 02:59:15 +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 |