-
Notifications
You must be signed in to change notification settings - Fork 1
/
.prettierignore
60 lines (52 loc) · 958 Bytes
/
.prettierignore
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
# configs and main entry
.env*
!.env.example
# IDE config
/src/.idea
/src/Homestead.json
/src/Homestead.yaml
/src/_ide_helper.php
/src/.phpstorm.meta.php
/.idea
/nbproject
/.buildpath
/.project
/.settings
/jsconfig.json
# vendor
vendor
node_modules
*.hot-update.json
*.hot-update.js
composer.phar
composer.lock
/src/node_modules
/src/vendor
# caches
Thumbs.db
.DS_Store
/src/bootstrap/cache/*
# runtime assets
/runtime
/src/public/hot
/src/public/storage
/src/storage/debugbar/*
/src/storage/framework/cache/*
/src/storage/framework/sessions/*
/src/storage/framework/testing/*
/src/storage/framework/views/*
/src/storage/logs/*
/src/public/assets
# testing assets
/src/tests/Browser/console
/src/tests/Browser/screenshots
/src/tests/results
/src/.phpunit.result.cache
/results
# Logs
/src/npm-debug.log
/src/yarn-error.log
# don't format external specs
src/database/seeders/openapis/*
# Keep desired directory structure with .gitkeep files
!.gitkeep