woocommerce-paypal-payments/.ddev/commands/web/orchestrate.d/01_gitignore.sh
2022-05-05 16:29:18 +03:00

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