mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Add .swp
to .distignore
and .gitignore
This is how it propagates to all packages
This commit is contained in:
parent
9d59c4ff7d
commit
605ea5059d
2 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,4 @@ features/
|
|||
utils/
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.swp
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ node_modules/
|
|||
vendor/
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.swp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue