mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
# Ignore everything and use an allowlist of what is allowed to not package any secrets by accident.
|
|
*
|
|
|
|
# Allow files and directories.
|
|
!cmd/
|
|
!internal/
|
|
!pkg/
|
|
!scripts/docker/
|
|
!go.*
|
|
|
|
# Ignore unnecessary files inside allowed directories.
|
|
**/.DS_Store
|