Skip to content

Commit

Permalink
Merge pull request #8 from arshadkhan53/updated-git-ignore
Browse files Browse the repository at this point in the history
Updated git ignore.
  • Loading branch information
arshadkhan53 committed May 21, 2022
2 parents 9947de2 + 5ecdbea commit 59158ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Place local settings in settings.local.php
/web/sites/*/settings.local.php
/web/sites/*/services*.yml
/web/sites/default/settings.ddev.php
!/web/sites/*/services.pantheon.*.yml
!/web/sites/*/services.yml

Expand Down Expand Up @@ -69,6 +70,8 @@
# custom module, theme, etc., are not ignored unless you purposely do so.
/vendor/

install_ddev.sh

# Ignore other scaffold files
#
# Ignore all files placed directly at the project root. Rely on
Expand Down
1 change: 1 addition & 0 deletions scripts/deploy_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ git remote -v
git remote add upstream "${porigin}"
git remote -v
git status
git push upstream

0 comments on commit 59158ad

Please sign in to comment.