стандартный гитигнор, но убрал .json, чтобы сохранить package.json в репозитории
This commit is contained in:
117
.gitignore
vendored
117
.gitignore
vendored
@@ -1,8 +1,113 @@
|
|||||||
# subtree
|
# htaccess
|
||||||
|
.htaccess
|
||||||
|
|
||||||
# Стандартные игноры
|
# GP | SEO
|
||||||
node_modules/
|
sitemap*.xml
|
||||||
.DS_Store
|
!robots.txt
|
||||||
Thumbs.db
|
yandex_*.html
|
||||||
|
google_*.html
|
||||||
|
yandex_turbo.xml
|
||||||
|
turbo_yandex.xml
|
||||||
|
|
||||||
|
/wp-admin/
|
||||||
|
/wp-content/index.php
|
||||||
|
/wp-content/languages
|
||||||
|
/wp-content/plugins/index.php
|
||||||
|
/wp-content/themes/index.php
|
||||||
|
/wp-includes/
|
||||||
|
/index.php
|
||||||
|
/license.txt
|
||||||
|
/readme.html
|
||||||
|
/wp-*.php
|
||||||
|
/xmlrpc.php
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
wp-config.php
|
||||||
|
wp-config-sample.php
|
||||||
|
|
||||||
|
#plugins
|
||||||
|
wp-content/plugins/*
|
||||||
|
/wp-content/plugins/*
|
||||||
|
|
||||||
|
# Example themes
|
||||||
|
/wp-content/themes/twenty*/
|
||||||
|
|
||||||
|
# Example plugin
|
||||||
|
/wp-content/plugins/hello.php
|
||||||
|
|
||||||
|
# Uploads
|
||||||
|
/wp-content/uploads/
|
||||||
|
!/wp-content/uploads/elementor
|
||||||
|
/wp-content/uploads-webpc/
|
||||||
|
|
||||||
|
# Log files
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
|
||||||
|
# GP | Files ext
|
||||||
|
*.sql
|
||||||
|
*.tgz
|
||||||
|
*.tar.gz
|
||||||
|
*.tar
|
||||||
|
*.rar
|
||||||
|
*.zip
|
||||||
|
*.mp3
|
||||||
|
*.mp4
|
||||||
|
*.webm
|
||||||
|
*.mov
|
||||||
|
*.MOV
|
||||||
|
*.wav
|
||||||
|
*.flv
|
||||||
|
*.db
|
||||||
|
*.psd
|
||||||
|
*.pdf
|
||||||
|
*.doc
|
||||||
|
*.docx
|
||||||
|
*.text
|
||||||
|
*.log
|
||||||
|
*.config
|
||||||
|
*.tbk
|
||||||
|
*.csv
|
||||||
|
*.BAK
|
||||||
|
|
||||||
|
# GP | Dirs & files
|
||||||
|
bower_components/
|
||||||
|
node_modules/
|
||||||
|
nbproject/
|
||||||
|
cache/
|
||||||
|
.cache/
|
||||||
|
phpMyAdmin-*
|
||||||
|
timthumb_cache/
|
||||||
|
webstat/
|
||||||
|
.idea/
|
||||||
|
.tmb/
|
||||||
|
.csscomb.json
|
||||||
|
sftp-config.json
|
||||||
|
bower.json
|
||||||
|
.bowerrc
|
||||||
|
backup_rsync/
|
||||||
|
.bash_history
|
||||||
|
.idea/
|
||||||
|
.fleet/
|
||||||
|
.DS_Store
|
||||||
|
.config/
|
||||||
|
.bash*
|
||||||
|
.vim*
|
||||||
|
test*.php
|
||||||
|
gp-test*.php
|
||||||
|
*/ewww/
|
||||||
|
.*_lock
|
||||||
|
db.php
|
||||||
|
*/w3tc*
|
||||||
|
*/wpvivid*
|
||||||
|
*/mu-plugins/
|
||||||
|
vendor/
|
||||||
|
wp-content/webp*
|
||||||
|
|
||||||
|
# GP | Duplicator
|
||||||
|
dup-installer/
|
||||||
|
archive.daf
|
||||||
|
installer
|
||||||
|
wp-content/backups-dup-lite/
|
||||||
|
|
||||||
|
# Node-js скрипт для индексации 100 url в сутки
|
||||||
|
.google-indexing/
|
||||||
|
|||||||
Reference in New Issue
Block a user