adrema/.gitignore

43 lines
580 B
Plaintext
Raw Permalink Normal View History

node_modules/
npm-debug.log
yarn-error.log
/bootstrap/compiled.php
/app/storage/
/public/storage
2023-06-01 11:31:12 +02:00
/public/hot
/public/build
2023-07-19 12:25:36 +02:00
/public/vendor
storage/*.key
2024-05-23 23:54:12 +02:00
/storage/media-library/*
2024-04-19 16:51:17 +02:00
/vendor/
2020-04-10 20:32:12 +02:00
Homestead.yaml
Homestead.json
.vagrant/
.phpunit.result.cache
/storage/temp/
2023-10-31 10:39:07 +01:00
/storage/debugbar/
2024-06-27 00:19:12 +02:00
/tests/Fileshare/oc_tmp/*
# User data files
/data/
/.app.env
2024-04-18 19:33:16 +02:00
.config/psysh
# Development files
/docker-compose.yml
/.env
/.env.backup
/.env.testing
# Editor config files
/.vscode/
2020-04-10 20:32:12 +02:00
# Temporary files
*.swp
*.swo
*.swm
/resources/img/sprite.svg
/public/sprite.svg
2022-03-11 20:17:23 +01:00
/.php-cs-fixer.cache
2024-04-18 19:33:16 +02:00
/groups.sql