mirror of
https://github.com/ruvnet/RuView.git
synced 2026-05-02 16:00:09 +00:00
8 lines
131 B
Text
8 lines
131 B
Text
# Don't ignore anything - include all files for Cloud Build
|
|
!*
|
|
!**/*
|
|
|
|
# Ignore only truly unwanted files
|
|
node_modules/
|
|
.git/
|
|
*.log
|