Skip to content

Commit

Permalink
Updated git ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed May 21, 2022
1 parent 9947de2 commit 5ecdbea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
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
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 5ecdbea

Please sign in to comment.