Files
growup-crm/.gitignore
2026-02-02 15:34:08 -03:00

51 lines
687 B
Plaintext

.env
.env.testing
.idea
.php_cs.cache
.phpunit.result.cache
.vscode
.vagrant
*.hot
/stubs
/data
/docker-compose-collection
Homestead.json
Homestead.yaml
/ignorables/*
/node_modules
npm-debug.log
package-lock.json
/playwright-report
/public/css
/public/js
/public/hot
/public/storage
/public/vendor
/lang/vendor
/storage/*.key
/storage/dcc-data/
/vendor
yarn.lock
yarn-error.log
# Playwright
node_modules/
/test-results/
/blob-report/
/playwright/.cache/
# Storage framework (cache/views)
/storage/framework/views/*.php
/storage/logs/*.log
/storage/debugbar/
# Build files
/public/build
/public/admin/build
/public/installer/build
/public/webform/build
# Temporary files
*.tmp*
.tmp*