Bad gitignore creation
Closed this issue · 0 comments
hello-jason commented
Change line 90 to:
echo -e '/*\n!wp-content/\nwp-content/uploads' > ./.gitignore
Single quotes let the bang character print properly.
Closed this issue · 0 comments
Change line 90 to:
echo -e '/*\n!wp-content/\nwp-content/uploads' > ./.gitignore
Single quotes let the bang character print properly.