This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
forked from vanilla/vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
80 lines (70 loc) · 2 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# vendor files
bower_components
node_modules
vendor
.yarn
# App writeable directories
uploads
cache
conf
# Generally a totally separate repo
locales
# Build directory
dist
storyshots
# IDE Config
.vscode
.idea
# Legacy Frontend files
design
js
resources
# Test output
.phpunit.result.cache
.htaccess.dist
.coverage
coverage
.storybookAppPages
**/*.png
**/*.jpg
**/*.jpeg
**/*.lock
tests/fixtures/formats
tests/fixtures/**/*.html
tests/fixtures/**/*.htm
# Plain JS Files (es5)
**/js/**
# Legacy Design directories (coming soon?)
**/design/**
applications/dashboard/scss/vendors
# PHP files with mixed HTML
**/views/**
# These classes have mixed HTML.
./applications/dashboard/models/class.attachmentmodel.php
./cloud/applications/groups/modules/class.groupinfomodule.php
./cloud/applications/groups/modules/class.groupleadersmodule.php
./cloud/applications/groups/modules/class.groupmembersmodule.php
./cloud/plugins/CustomProfileFields/class.customprofilefields.plugin.php
./cloud/plugins/NoCaps/class.nocaps.plugin.php
./cloud/plugins/Online/modules/class.onlinecountmodule.php
./cloud/plugins/Online/modules/class.onlinemodule.php
./cloud/plugins/TwitterFeeds/default.php
./cloud/plugins/gigya/GSSDK.php
./cloud/plugins/github/class.github.plugin.php
./cloud/plugins/ideation/IdeaConterModule.php
./cloud/plugins/samlsso/saml/Metadata.php
./cloud/utility/invoiceparse/simple_html_dom.php
./cloud/utility/sendup/library/class.rackspace.php
./library/Vanilla/Formatting/FormatUtil.php
./library/Vanilla/Formatting/Formats/HtmlFormat.php
./library/Vanilla/Formatting/Formats/TextFormat.php
./library/Vanilla/Formatting/Html/HtmlPlainTextConverter.php
./library/Vanilla/PageScraper.php
./library/core/class.configurationsource.php
./library/core/class.controller.php
./library/core/class.markdownvanilla.php
./library/deprecated/functions.deprecated.php
./plugins/OpenID/class.lightopenid.php
./plugins/Quotes/class.quotes.plugin.php
./plugins/Reactions/ReactionsPlugin.php
./plugins/VanillaInThisDiscussion/class.inthisdiscussionmodule.php