Skip to content

Commit

Permalink
Don't ignore custom profiles by default (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Aug 15, 2024
1 parent 3671673 commit f53d8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scaffold/gitignore/common.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ web/modules/*
web/themes/*
!web/themes/custom

!web/profiles
web/profiles/*
!web/profiles/custom

!web/sites
web/sites/*
!web/sites/sites.php
Expand Down
1 change: 1 addition & 0 deletions scaffold/gitignore/ddev.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

########
# DDEV #
########
Expand Down

0 comments on commit f53d8aa

Please sign in to comment.