mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Added .gitignore to exclusion - for real
This commit is contained in:
@@ -73,7 +73,7 @@ if _git_changed; then
|
||||
node_modules/
|
||||
.gitignore
|
||||
" >> .gitignore
|
||||
git config --global core.excludesfile .gitignore_global
|
||||
git config --global core.excludesfile .gitignore
|
||||
|
||||
if $INPUT_ONLY_CHANGED; then
|
||||
# --diff-filter=d excludes deleted files
|
||||
|
||||
Reference in New Issue
Block a user