-
Notifications
You must be signed in to change notification settings - Fork 44.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(.dockerignore) Put dockerignore back (#8136)
* put dockerignore back * add classic prefix
- Loading branch information
1 parent
6718007
commit fc51176
Showing
2 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Ignore everything by default, selectively add things to context | ||
classic/run | ||
|
||
# AutoGPT | ||
!classic/original_autogpt/autogpt/ | ||
!classic/original_autogpt/pyproject.toml | ||
!classic/original_autogpt/poetry.lock | ||
!classic/original_autogpt/README.md | ||
!classic/original_autogpt/tests/ | ||
|
||
# Benchmark | ||
!classic/benchmark/agbenchmark/ | ||
!classic/benchmark/pyproject.toml | ||
!classic/benchmark/poetry.lock | ||
!classic/benchmark/README.md | ||
|
||
# Forge | ||
!classic/forge/ | ||
!classic/forge/pyproject.toml | ||
!classic/forge/poetry.lock | ||
!classic/forge/README.md | ||
|
||
# Frontend | ||
!classic/frontend/build/web/ | ||
|
||
# Platform | ||
!autogpt_platform/ | ||
|
||
# Explicitly re-ignore some folders | ||
.* | ||
**/__pycache__ | ||
|
||
autogpt_platform/frontend/.next/ | ||
autogpt_platform/frontend/node_modules | ||
autogpt_platform/frontend/.env.example | ||
autogpt_platform/frontend/.env.local | ||
autogpt_platform/backend/.env | ||
autogpt_platform/backend/.venv/ | ||
|
||
autogpt_platform/market/.env |
This file was deleted.
Oops, something went wrong.