mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 13:22:35 -07:00
b6fc583b0c
Co-authored-by: David Pierce <davidapierce@google.com>
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
# Git history - not needed in build context
|
|
.git
|
|
|
|
# Root node_modules - reinstalled inside container via npm ci
|
|
node_modules
|
|
|
|
# Package-level node_modules - reinstalled inside container
|
|
packages/*/node_modules
|
|
|
|
# Development and IDE files
|
|
.github
|
|
.vscode
|
|
npm-debug.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.tmp
|