Создал(а) 'wp/.gitignore-example'
This commit is contained in:
37
wp/.gitignore-example
Normal file
37
wp/.gitignore-example
Normal file
@ -0,0 +1,37 @@
|
||||
# Unnecessary files ignore
|
||||
*.sql
|
||||
*.gz
|
||||
*.log
|
||||
*.old
|
||||
|
||||
# wp config ignore
|
||||
/wp-config.php
|
||||
|
||||
# wp-content uploads, backups and additional ignores
|
||||
/wp-content/uploads
|
||||
/wp-content/aiowps_backups
|
||||
/wp-content/backup*
|
||||
/wp-content/cache
|
||||
/wp-content/upgrade
|
||||
/wp-content/wp-cache-config.php
|
||||
/wp-content/backupwordpress-*
|
||||
/wp-content/advanced-cache.php
|
||||
/wp-content/wp-rocket-config
|
||||
|
||||
# Letsencrypt dir ignore
|
||||
/.well-known
|
||||
|
||||
# duplicator plugin wp-snapshots ignore
|
||||
/wp-snapshots
|
||||
|
||||
# webmasters confirmation files
|
||||
/yandex*.html
|
||||
/google*.html
|
||||
|
||||
# IDE ignores
|
||||
/.idea
|
||||
|
||||
# Bash script helpers in root dir
|
||||
/*.sh
|
||||
|
||||
# Custom ignores
|
Reference in New Issue
Block a user