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 .env
pgdata/ pgdata/
docker-compose.yml docker-compose.yml
!agent/e2e/docker-compose.yml
node_modules/ node_modules/
.idea .idea
/articles /articles

1
agent/.gitignore vendored
View File

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