sototh 1 місяць тому
коміт
898869b4f3
1 змінених файлів з 64 додано та 0 видалено
  1. 64 0
      .gitignore

+ 64 - 0
.gitignore

@@ -0,0 +1,64 @@
+*.log
+.DS_Store
+.env
+.env.backup
+.env.production
+.phpactor.json
+.phpunit.result.cache
+/.fleet
+/.idea
+/.nova
+/.phpunit.cache
+/.vscode
+/.zed
+/auth.json
+/node_modules
+/public/build
+/public/hot
+/public/storage
+/storage/*.key
+/storage/pail
+/vendor
+Homestead.json
+Homestead.yaml
+Thumbs.db
+
+# Created by https://www.toptal.com/developers/gitignore/api/laravel,cakephp3
+# Edit at https://www.toptal.com/developers/gitignore?templates=laravel,cakephp3
+
+### CakePHP3 ###
+# CakePHP 3
+
+/config/app.php
+/config/.env
+/logs/*
+/tmp/*
+/vendor/*
+
+### Laravel ###
+/vendor/
+node_modules/
+npm-debug.log
+yarn-error.log
+
+# Laravel 4 specific
+bootstrap/compiled.php
+app/storage/
+
+# Laravel 5 & Lumen specific
+public/storage
+public/hot
+
+# Laravel 5 & Lumen specific with changed public path
+public_html/storage
+public_html/hot
+
+storage/*.key
+.env
+Homestead.yaml
+Homestead.json
+/.vagrant
+.phpunit.result.cache
+
+
+