Skip to content
Snippets Groups Projects

Issue #3508243 by steven jones: Add a gitignore for working with DDEV

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
.gitignore 0 → 100644
+ 9
0
# Ignore files that DDEV Drupal Contrib adds.
.editorconfig
.gitattributes
.ddev/
/vendor/
/web/
# Ignore PHPStorm Project files
.idea
Loading