phpvms/.gitignore
2026-05-23 12:06:29 -05:00

110 lines
1.7 KiB
Plaintext

_ide_helper.php
.php_cs.cache
.phpstorm.meta.php
.phpunit.result.cache
.phpunit.cache
/vendor
node_modules/
npm-debug.log
composer.phar
yarn-error.log
*.bak
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/build
public/hot
public/js/app
# esbuild output for Filament AlpineComponents (built by `node bin/build.js`).
# Built in CI; not committed.
resources/js/dist
storage/*.key
storage/settings.json
storage/*.sqlite
.env.php
.env.old
.envrc
.env
.github/scripts/env.test
.vagrant
.docker
#Homestead.yaml
Homestead.json
LocalValetDriver.php
docker-compose-profiler.yml
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
tmp/
# intellij files
.idea/composerJson.xml
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-debug/
.idea/**/mongoSettings.xml
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
.idea/replstate.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.idea
phpvms.iml
phpvms_next.iml
# Gradle:
public/info.php
# Error Logs
error_log
.sass-cache
.DS_Store
/config.php
/config.bak.php
/VERSION
sync.sh
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###
copy-from.sh
copy-to.sh
# Laravel boost
.ai
.junie
.vscode
boost.json
# Local agent instructions / index (personal, not repo)
/AGENTS.md
/.serena/
# Modules
modules_statuses.json
.superpowers/
# Local SQLite scratch db (test artifact)
/phpvms
.env.testing