# AEO Bob Lite - Git Ignore Rules # WordPress Core wp-config.php wp-content/uploads/ wp-content/blogs.dir/ wp-content/upgrade/ wp-content/backup-db/ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/ wp-content/cache/* *.log # htaccess .htaccess # IDE and Editor Files .vscode/ .idea/ *.sublime-project *.sublime-workspace *.code-workspace .project .settings/ .buildpath *.swp *.swo *~ # Operating System Files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Desktop.ini # Build Artifacts and Packages *.zip *.tar.gz *.rar node_modules/ vendor/ bower_components/ dist/ build/ # Development and Testing aeo-bob-lite-OLD/ *.tmp *.temp *.bak *.backup *.orig debug.log error_log npm-debug.log* yarn-debug.log* yarn-error.log* # Environment and Config .env .env.local .env.development.local .env.test.local .env.production.local # Composer composer.phar composer.lock # NPM package-lock.json yarn.lock # Database *.sql *.sqlite # Temporary Files tmp/ temp/