This commit is contained in:
Jeremy Rangel
2024-11-13 16:25:37 -08:00
commit 8de1a43a8c
5 changed files with 39 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Ignore WordPress core files
wp-admin/
wp-includes/
# Ignore theme-specific generated files and folders
.DS_Store
node_modules/
.env
build/
dist/
package-lock.json
yarn.lock
# Ignore the WordPress content/uploads folder
wp-content/uploads/