This commit is contained in:
Dalibor Marković 2024-07-07 01:01:38 +02:00
parent fd97cc9772
commit 142aa5c13d
Signed by: Dasko
GPG Key ID: B130BB104C2CA3A9
3 changed files with 24 additions and 2 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# ignore everything in the root except the "wp-content" directory.
!wp-content/
# ignore everything in the "wp-content" directory, except:
# "mu-plugins", "plugins", "themes" directory
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
# ignore these plugins
wp-content/plugins/hello.php
# ignore specific themes
wp-content/themes/twenty*/
# ignore node dependency directories
node_modules/
# ignore log files and databases
*.log
*.sql
*.sqlite

@ -1 +0,0 @@
Subproject commit 92179c680c9ef542a6307e9d1a44f3ada48f3de1

View File

@ -1 +1 @@
# elementor-pro # Elementor Pro 3.21.2