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
|