# Node artifact files
node_modules/
vendor/
dist/

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/

# JetBrains IDE
.idea/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# Yarn v2+ files
.pnp.*
**/.yarn
!**/.yarn/patches
!**/.yarn/plugins
!**/.yarn/releases
!**/.yarn/sdks
!**/.yarn/versions

# Specific Yarn files, for v2+
/.yarnrc
/public/content/themes/proudnerds/.yarnrc
/.yarnrc.yml

# WordPress
public/content/languages/
public/content/uploads/
public/content/upgrade/
public/wp/
public/content/themes/**/drop-ins/
public/content/plugins/
public/content/mu-plugins/*
!public/content/mu-plugins/autoloader.php
.env
composer.lock
salts.php

# W3TC
public/content/cache/
public/content/w3tc-config/
public/content/db.php
public/content/object-cache.php
public/content/advanced-cache.php
public/nginx.conf

