mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/bin/bash
|
|
|
|
cat << 'EOF' > ".gitignore"
|
|
# ignores everything in the docroot (docroot in config.yaml), this path may not be included in the standard .ddev/.gitignore.
|
|
*
|
|
EOF
|