Files
gemini-cli-openai-api/.gitignore

24 lines
199 B
Plaintext

// filepath: .gitignore
# deps
node_modules/
# profiles
profile/
# local env
*.local
# dotenv
.env
# aider
.aider*
# eslint cache
.eslintcache
# build output
dist/
# Environment variables
.env