wordpress-starter/.gitignore

14 lines
200 B
Plaintext

/.env
/wp-content/**
# Add an exception here for any custom plugins or themes to be included, e.g.
#!/wp-content/themes/${REPO_NAME_SNAKE}
/data/**
!/data/.gitkeep
.vscode/
**.tar.gz
**.sql
**.zip