Files
ERP-upgrade/.gitignore
Kwesi Banson Jnr b71f5c7553 Initial commit
2026-07-17 09:58:21 +00:00

35 lines
492 B
Plaintext

# Dependencies
/node_modules
/vendor
# Environment variables
.env
.env.backup
.env.production
# Storage & Caches
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
# Testing
/.phpunit.cache
.phpunit.result.cache
# Build & Logs
npm-debug.log
yarn-error.log
# IDE & OS-specific files
/.idea
/.vscode
.DS_Store
Homestead.json
Homestead.yaml
auth.json