mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 12:19:36 +00:00
856b7f3c8f
This change adds the .workspaces directory to the .gitignore file. This directory is used by the Yarn workspaces feature and should not be committed to the repository.
41 lines
535 B
Plaintext
41 lines
535 B
Plaintext
/.phpunit.cache
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.env.secrets
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
auth.json
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.fleet
|
|
/.idea
|
|
/.vscode
|
|
/.npm
|
|
/.bash_history
|
|
/_data
|
|
_testing_hosts/
|
|
_volumes/
|
|
.lesshst
|
|
psysh_history
|
|
.psql_history
|
|
_ide_helper.php
|
|
.gitignore
|
|
.phpstorm.meta.php
|
|
_ide_helper_models.php
|
|
.rnd
|
|
/.ssh
|
|
scripts/load-test/*
|
|
.ignition.json
|
|
.env.dusk.local
|
|
docker/coolify-realtime/node_modules
|
|
.DS_Store
|
|
CHANGELOG.md
|
|
/.workspaces
|