Добавить '.gitignore'

This commit is contained in:
2020-12-10 08:15:53 +00:00
parent 4539efad43
commit 0f753288bf

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
# 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-*
# 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