diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..5d132afd203fc8292e3946912fd37273d459a15b
--- /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