git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
# Don't ignore anything - include all files for Cloud Build
|
|
!*
|
|
!**/*
|
|
|
|
# Ignore only truly unwanted files
|
|
node_modules/
|
|
.git/
|
|
*.log
|