winter/.gitpod/gitpod-show-config

12 lines
475 B
Plaintext
Raw Normal View History

#!/bin/bash
# Hide config file edits from Git changes
git update-index --no-skip-worktree config/app.php
git update-index --no-skip-worktree config/cache.php
git update-index --no-skip-worktree config/cms.php
git update-index --no-skip-worktree config/database.php
git update-index --no-skip-worktree config/mail.php
git update-index --no-skip-worktree config/queue.php
git update-index --no-skip-worktree config/session.php
2022-05-05 08:45:37 +08:00
git update-index --no-skip-worktree package.json