FIX (ci \ cd): Exclude agent e2e from docker ignore

This commit is contained in:
Rostislav Dugin
2026-03-14 13:11:27 +03:00
parent 889063a8b4
commit 2deda2e7ea
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ databasus-data/
.env
pgdata/
docker-compose.yml
!agent/e2e/docker-compose.yml
node_modules/
.idea
/articles

1
agent/.gitignore vendored
View File

@@ -1,6 +1,7 @@
main
.env
docker-compose.yml
!e2e/docker-compose.yml
pgdata
pgdata_test/
mysqldata/