Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W Wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
Collapse sidebar
  • Tutoriais
  • Wiki
  • Wiki
    • Wordpress
  • Gitignore

Last edited by Jonatan Machado Mar 10, 2020
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Gitignore

#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/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
wp-content/themes/twentyfourteen/
wp-content/themes/twentythirteen/
wp-content/themes/twentytwelve/
node_modules/**/*
wp-admin/install.php
wp-config-sample.php
import/

/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz
Clone repository
  • Gitlab
    • Comandos
  • Hotfix
    • og:image
  • Magento
    • Htaccess
    • MagentoCronChecker
    • Robots
    • SimpleSchema
    • Soap v2 Tester
    • gitignore
  • Migração
    • leg.br
  • Padrões
    • eslint
    • prettier
  • Plugins
    • Adicionar informações extras ao texto copiado da web
  • QueryCommerce
  • Servidores
    • Cloudways
    • DnsMadeEasy
View All Pages