Skip to content

Commit

Permalink
Add .ddev to gitignore and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 20, 2022
1 parent 41cba59 commit 2eeea5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ node_modules/
vendor/
/bower_components
cpresources/*
.ddev/

0 comments on commit 2eeea5d

Please sign in to comment.