1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00
freescout/.gitignore

29 lines
626 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
/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-08-23 14:11:52 +02:00
/.htaccess
public/css/builds/
2018-09-11 09:56:31 +02:00
public/js/builds/
2018-09-23 07:02:02 +02:00
public/.well-known
/Modules
/Modules/**/.git
public/modules