mirror of
https://github.com/psviderski/unregistry.git
synced 2025-12-14 20:35:57 +01:00
13 lines
263 B
Plaintext
13 lines
263 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/
|
|
!scripts/
|
|
!go.*
|
|
!test/e2e/ssh/test_key.pub
|
|
|
|
# Ignore unnecessary files inside allowed directories.
|
|
**/.DS_Store
|