|
|
```
|
|
|
#Arquivos desnecessários
|
|
|
|
|
|
Thumbs.db
|
|
|
ehthumbs.db
|
|
|
ehthumbs_vista.db
|
|
|
Desktop.ini
|
|
|
$RECYCLE.BIN/
|
|
|
*.cab
|
|
|
*.msi
|
|
|
*.msm
|
|
|
*.msp
|
|
|
*.lnk
|
|
|
composer.json
|
|
|
conposer.lock
|
|
|
index.php.simple
|
|
|
LICENSE_AFL.txt
|
|
|
LICENSE.html
|
|
|
LICENSE.txt
|
|
|
php.ini.sample
|
|
|
RELEASE_NOTE.txt
|
|
|
package.xml
|
|
|
clean.php
|
|
|
.htaccess.sample
|
|
|
.idea
|
|
|
|
|
|
#Extensoes desnecessárias
|
|
|
|
|
|
*.log
|
|
|
*.bak
|
|
|
*.bak.*
|
|
|
*.thumbs/
|
|
|
.DS_Store
|
|
|
Thumbs.db
|
|
|
.svn
|
|
|
*.swp
|
|
|
*.gz
|
|
|
.vscode
|
|
|
|
|
|
### WordPress ###
|
|
|
*.log
|
|
|
wp-content/advanced-cache.php
|
|
|
wp-content/backup-db/
|
|
|
wp-content/backups/
|
|
|
wp-content/blogs.dir/
|
|
|
wp-content/cache/
|
|
|
wp-content/upgrade/
|
|
|
wp-content/uploads/
|
|
|
wp-content/wp-cache-config.php
|
|
|
wp-content/plugins/hello.php
|
|
|
wp-content/themes/twentyfourteen/
|
|
|
wp-content/themes/twentythirteen/
|
|
|
wp-content/themes/twentytwelve/
|
|
|
wp-content/themes/pmsjorge/cache/
|
|
|
node_modules/**/*
|
|
|
wp-content/languages/themes
|
|
|
import/
|
|
|
sic/
|
|
|
|
|
|
/license.txt
|
|
|
/readme.html
|
|
|
/sitemap.xml
|
|
|
/sitemap.xml.gz
|
|
|
``` |
|
|
\ No newline at end of file |