From f3d4a5ff15ddb32702953b6f5b56322ebe9c5c50 Mon Sep 17 00:00:00 2001
From: Steven Jones <steven.jones@computerminds.co.uk>
Date: Fri, 21 Feb 2025 10:54:25 +0000
Subject: [PATCH] Issue #3508243 by steven jones: Add a gitignore for working
 with DDEV

---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5d132af
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Ignore files that DDEV Drupal Contrib adds.
+.editorconfig
+.gitattributes
+.ddev/
+/vendor/
+/web/
+
+# Ignore PHPStorm Project files
+.idea
-- 
GitLab