-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (47 loc) · 757 Bytes
/
.gitignore
File metadata and controls
56 lines (47 loc) · 757 Bytes
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
/node_modules
/public/build/
/public/hot
/public/storage
/public/sitemap.xml
/public/css/
/public/js/
/public/vendor/*
/public/mix-manifest.json
/storage/*.key
/storage/debugbar/
/vendor
docker-compose.override.yml
npm-debug.log
/.php-cs-fixer.cache
.DS_STORE
.npmrc
database/seeders/LocalSeeder.php
database/seeders/ProductionSeeder.php
## Debugbar
storage/debugbar/
# IDEA configurtion
/.idea
/.vscode
# Environment files
.env
.env.backup
.env.production
.env.staging
.env.dusk.local
# PHP Unit
phpunit.xml
.phpunit.result.cache
.phpunit.cache/
# Laravel IDE Helper Generator
/_ide_helper.php
/_ide_helper_models.php
/.phpstorm.meta.php
# Composer authentication
auth.json
# File types
*.pdf
*.docx
*.xlsx
# Coverage
/coverage/
--cache-directory