Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
vBalatroni committed Feb 5, 2021
1 parent 0331234 commit 594e90d
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
wp-content/uploads
*.log
wp-config.php
wp-config-local.php
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/**/dist

# Ignore starter related files
wp-content/themes/incode_starter
_private/starter_content.xml
bin/setup.sh

/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz

# node
node_modules

# editor files
.vscode

# folder view configuration files
.DS_Store
Desktop.ini

# thumbnail cache files
._*
Thumbs.db

# files that might appear on external disks
.Spotlight-V100
.Trashes

# visual Studio Code folder
.vscode

0 comments on commit 594e90d

Please sign in to comment.