Merged in feature/missing-files (pull request #17)

udpated .gitignore for wp

* udpated .gitignore for wp
This commit is contained in:
Tony Volpe
2024-01-10 17:13:09 +00:00
parent 4eb982d7a8
commit acacc1df10

87
.gitignore vendored
View File

@@ -1,51 +1,54 @@
# These are some examples of commonly ignored file patterns. # WordPress #
# You should customize this list as applicable to your project. ############
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# wp-config local file
wp/wp-config-local.php wp/wp-config-local.php
# Node artifact files wp/wp-cli.local.yml
node_modules/ wp/wp-content/uploads
#dist/ wp/wp-content/blogs.dir/
wp/wp-content/upgrade/
wp/wp-content/backup-db/
wp/wp-content/updraft/
wp/wp-content/backupwordpress-*/
wp/wp-content/managewp/backups/
wp/wp-content/advanced-cache.php
wp/wp-content/wp-cache-config.php
wp/wp-content/themes/twentytwenty*/
wp/sitemap.xml
wp/sitemap.xml.gz
# Compiled Java class files # @TODO writable paths
*.class wp/wp-content/cache/
wp/wp-content/backups/
# Compiled Python bytecode # Packages #
*.py[cod] ############
*.7z
# Log files *.dmg
*.log *.gz
*.bz2
# Package files *.iso
*.jar *.jar
*.rar
*.tar
*.zip
*.tgz
!wp-includes/**/*.gz
# Maven # Logs and databases #
target/ ######################
#dist/ *.log
*.sql
# JetBrains IDE # OS generated files #
.idea/ ######################
.DS_Store*
# Unit test reports ehthumbs.db
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db Thumbs.db
._*
# Applications # Vim generated files #
*.app ######################
*.exe *.un~
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# SASS #
##########
.sass-cache