mirror of
https://github.com/ruvnet/RuView
synced 2026-08-02 19:11:46 +00:00
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
|