mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-04-28 14:13:18 +00:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
# Environment files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Don't ignore the main .env file
|
|
!.env
|
|
|
|
# Local Go binaries from build command
|
|
cache_apt_pkgs*
|
|
|
|
scripts/sandbox.sh |