Skip to content

Commit fc51176

Browse files
authored
fix(.dockerignore) Put dockerignore back (Significant-Gravitas#8136)
* put dockerignore back * add classic prefix
1 parent 6718007 commit fc51176

File tree

2 files changed

+40
-28
lines changed

2 files changed

+40
-28
lines changed

.dockerignore

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Ignore everything by default, selectively add things to context
2+
classic/run
3+
4+
# AutoGPT
5+
!classic/original_autogpt/autogpt/
6+
!classic/original_autogpt/pyproject.toml
7+
!classic/original_autogpt/poetry.lock
8+
!classic/original_autogpt/README.md
9+
!classic/original_autogpt/tests/
10+
11+
# Benchmark
12+
!classic/benchmark/agbenchmark/
13+
!classic/benchmark/pyproject.toml
14+
!classic/benchmark/poetry.lock
15+
!classic/benchmark/README.md
16+
17+
# Forge
18+
!classic/forge/
19+
!classic/forge/pyproject.toml
20+
!classic/forge/poetry.lock
21+
!classic/forge/README.md
22+
23+
# Frontend
24+
!classic/frontend/build/web/
25+
26+
# Platform
27+
!autogpt_platform/
28+
29+
# Explicitly re-ignore some folders
30+
.*
31+
**/__pycache__
32+
33+
autogpt_platform/frontend/.next/
34+
autogpt_platform/frontend/node_modules
35+
autogpt_platform/frontend/.env.example
36+
autogpt_platform/frontend/.env.local
37+
autogpt_platform/backend/.env
38+
autogpt_platform/backend/.venv/
39+
40+
autogpt_platform/market/.env

classic/.dockerignore

-28
This file was deleted.

0 commit comments

Comments
 (0)