mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-09 04:19:02 +08:00
ab60a57379
ignore .env
41 lines
663 B
Plaintext
41 lines
663 B
Plaintext
# Ignore everything by default, selectively add things to context
|
|
*
|
|
|
|
# AutoGPT
|
|
!autogpt/autogpt/
|
|
!autogpt/pyproject.toml
|
|
!autogpt/poetry.lock
|
|
!autogpt/README.md
|
|
!autogpt/tests/
|
|
|
|
# Benchmark
|
|
!benchmark/agbenchmark/
|
|
!benchmark/pyproject.toml
|
|
!benchmark/poetry.lock
|
|
!benchmark/README.md
|
|
|
|
# Forge
|
|
!forge/forge/
|
|
!forge/pyproject.toml
|
|
!forge/poetry.lock
|
|
!forge/README.md
|
|
|
|
# Frontend
|
|
!frontend/build/web/
|
|
|
|
# rnd
|
|
!rnd/
|
|
|
|
# Explicitly re-ignore some folders
|
|
.*
|
|
**/__pycache__
|
|
# rnd
|
|
rnd/autogpt_builder/.next/
|
|
rnd/autogpt_builder/node_modules
|
|
rnd/autogpt_builder/.env.example
|
|
rnd/autogpt_builder/.env.local
|
|
rnd/autogpt_server/.env
|
|
rnd/autogpt_server/.venv/
|
|
|
|
rnd/market/.env
|