diff --git a/tecobrary-admin/.gitignore b/tecobrary-admin/.gitignore index 187a505..a687de6 100644 --- a/tecobrary-admin/.gitignore +++ b/tecobrary-admin/.gitignore @@ -1,4 +1,3 @@ build -src/main/resources/application-dev.yml -src/main/resources/application-prod.yml \ No newline at end of file +src/main/resources/application-**.yml \ No newline at end of file diff --git a/tecobrary-core-api/.gitignore b/tecobrary-core-api/.gitignore index 187a505..a687de6 100644 --- a/tecobrary-core-api/.gitignore +++ b/tecobrary-core-api/.gitignore @@ -1,4 +1,3 @@ build -src/main/resources/application-dev.yml -src/main/resources/application-prod.yml \ No newline at end of file +src/main/resources/application-**.yml \ No newline at end of file