-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (43 loc) · 1.3 KB
/
.gitignore
File metadata and controls
63 lines (43 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Except this file
!.gitignore
#.gitignore
#.git/info/exclude
node_modules
vendor
##### files for laravel-backup
!resources/lang/vendor/backup
!resources/lang/vendor
!resources/lang
!resources
## they were copied as following:
# Copied File [\vendor\spatie\laravel-backup\config\backup.php] To [\config\backup.php]
# Copied Directory [\vendor\spatie\laravel-backup\resources\lang] To [\resources\lang\vendor\backup]
#
# by this command:: php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"
# After installing the laravel-backup package with composer require "spatie/laravel-backup:^7.0.0"
!bootstrap
# why /bootstrap isn't gitignored explained down there
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.phpunit.result.cache
docker-compose.override.yml
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea
/.vscode
####added on 12-4-2022 from a ggogle search####
#cache contains already compiled views but seemingly its not present in laravel 8
/bootstrap/compiled.php
/build/logs
/build/coverage
npm-debug.log
yarn-error.log
/app/tests/_log
# There is a .gitignore placed in bootstrap/cache that already ignores the cache so no need to gitignore the /bootstrap