Skip to content

Commit

Permalink
fix(.dockerignore) Put dockerignore back (#8136)
Browse files Browse the repository at this point in the history
* put dockerignore back

* add classic prefix
  • Loading branch information
aarushik93 authored Sep 23, 2024
1 parent 6718007 commit fc51176
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 28 deletions.
40 changes: 40 additions & 0 deletions .dockerignore
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
28 changes: 0 additions & 28 deletions classic/.dockerignore

This file was deleted.

0 comments on commit fc51176

Please sign in to comment.