ctrlpanel/.gitignore

35 lines
579 B
Plaintext
Raw Permalink Normal View History

# Ignore dependencies and cache
2021-06-05 09:26:32 +00:00
/node_modules
/vendor
/storage/*.key
# Ignore public assets
2021-06-05 09:26:32 +00:00
/public/hot
/public/storage
/storage/app/public/logo.png
# Ignore environment files and configuration
2021-06-05 09:26:32 +00:00
.env
2021-06-15 09:22:31 +00:00
.env.testing
2021-06-05 09:26:32 +00:00
.env.backup
.env.dev
# Ignore testing and debug logs
2021-06-05 09:26:32 +00:00
.phpunit.result.cache
npm-debug.log
yarn-error.log
2022-11-02 16:53:52 +00:00
yarn.lock
# Ignore Docker and Homestead configuration
docker-compose.override.yml
Homestead.json
Homestead.yaml
# Ignore gitignore itself
.gitignore
# Ignore installation logs and locks
public/install/logs.txt
install.lock
2022-02-15 15:05:46 +00:00
public/install/logs/installer.log