mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
56fff518cc
Co-authored-by: RUiNtheExtinct <deepkarma001@gmail.com> Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
27 lines
285 B
Plaintext
27 lines
285 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
yarn-debug.log
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|