From 2eeea5d889f65dd30d7cf6f2421e9319ae7e1734 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 19 May 2022 20:07:06 -0700 Subject: [PATCH] Add .ddev to gitignore and gitattributes --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d385c5cddaf..b188bb6fb56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Do not export those files in the Composer archive (lighter dependency) /.browserslistrc export-ignore /.codecov.yml export-ignore +/.ddev/ export-ignore /.env.example export-ignore /.git-blame-ignore-revs export-ignore /.gitattributes export-ignore diff --git a/.gitignore b/.gitignore index d05b3beee8a..dbd84bd5aad 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ node_modules/ vendor/ /bower_components cpresources/* +.ddev/