wordpress-starter/.gitignore

14 lines
200 B
Plaintext
Raw Permalink Normal View History

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