Blame view

.gitignore 231 Bytes
b80175387   Андрей Ларионов   Начальный проект ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  /node_modules
  /public/build
  /public/hot
  /public/storage
  /storage/*.key
  /vendor
  ../
  .env
  .env.backup
  .env.production
  .phpunit.result.cache
  Homestead.json
  Homestead.yaml
  auth.json
  npm-debug.log
  yarn-error.log
  /.fleet
  /.idea
  /.vscode