Initial
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user