Skip to content

Instantly share code, notes, and snippets.

View giacomopiva's full-sized avatar

Giacomo Piva giacomopiva

View GitHub Profile
##
# Custom gitignore
# Da accodare al .gitignore standard
# https://raw.githubusercontent.com/magento/magento2/2.3/.gitignore
#
# Backups
/cron_backup.log
/backups
/sync
@giacomopiva
giacomopiva / gitignore_wordpress
Last active November 5, 2018 15:35
Gitignore configuration for wordpress
# Wordpress
*.log
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/backupwordpress-*
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
@giacomopiva
giacomopiva / ftp-sync.json
Last active August 7, 2018 12:54
VSCode ftp-sync
{
"remotePath": "",
"host": "",
"username": "",
"password": "",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
/*
/*/
!/public_html/
# vim
.*.sw[a-z]
*.un~
Session.vim
.netrwhist
# eclipse
*.pydevproject
.project
.metadata