mirror of
https://github.com/databasus/databasus.git
synced 2026-04-05 16:22:00 +02:00
FIX (ci \ cd): Exclude agent e2e from docker ignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ databasus-data/
|
||||
.env
|
||||
pgdata/
|
||||
docker-compose.yml
|
||||
!agent/e2e/docker-compose.yml
|
||||
node_modules/
|
||||
.idea
|
||||
/articles
|
||||
|
||||
1
agent/.gitignore
vendored
1
agent/.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
main
|
||||
.env
|
||||
docker-compose.yml
|
||||
!e2e/docker-compose.yml
|
||||
pgdata
|
||||
pgdata_test/
|
||||
mysqldata/
|
||||
|
||||
Reference in New Issue
Block a user