1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00
freescout/.gitignore

35 lines
759 B
Plaintext
Raw Normal View History

2018-06-22 19:44:21 +02:00
/node_modules
/public/hot
/public/storage
/storage/*.key
2018-06-28 08:36:38 +02:00
# We are committing /vendor directory to make installation process super easy, even on a shared hosting:
# - https://www.codeenigma.com/build/blog/do-you-really-need-composer-production
# - https://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md
2018-09-21 10:42:56 +02:00
#/vendor/**/.git
/vendor
2018-06-22 19:44:21 +02:00
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env
2023-07-18 15:39:49 +02:00
app/Console/Commands/Test*
2018-06-22 19:44:21 +02:00
/bootstrap/compiled.php
composer.phar
2018-09-24 15:33:08 +02:00
#composer.lock
2018-06-22 19:44:21 +02:00
.DS_Store
2018-06-23 08:26:51 +02:00
Thumbs.db
2018-11-07 10:38:31 +01:00
#/.htaccess
2018-09-26 16:31:21 +02:00
/public/css/builds/
/public/js/builds/
/public/.well-known
2018-09-23 07:02:02 +02:00
/Modules
/Modules/**/.git
2018-09-26 16:31:21 +02:00
/public/modules
2020-10-06 09:27:32 +02:00
/public/docs
2018-09-26 16:31:21 +02:00
/storage/.ignore_locales
2018-10-23 14:55:39 +02:00
/storage/.installed
/tools
2018-11-25 16:11:33 +01:00
.well-known
/resources/lang/module.*