-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.SKIP
More file actions
64 lines (53 loc) · 917 Bytes
/
MANIFEST.SKIP
File metadata and controls
64 lines (53 loc) · 917 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
57
58
59
60
61
62
63
64
# version control
\bCVS
(^|/)\.
# CPAN chain files
^MANIFEST
^Makefile
^META.yml$
^MYMETA.yml$
^MYMETA.json$
^blib/
# Artwork data for description
^artwork/
# Raw source file
^src/
# Build tools
Gruntfile
package.json
package-lock.json
tsconfig.json
webpack.config.js
i18next-parser.config.js
^tools/
docker-compose.yml
Dockerfile
.eslintignore
.eslintrc.json
rollup.config.ts
cypress.config.ts
eslint.config.mjs
vite.config.ts
# npm working directory
^node_modules/
mt-static/plugins/MTBlockEditor/content-field/node_modules/
# packages
\.zip$
\.tar\.gz$
# Github pages
^docs/
# test
^t/
^cypress.json
^cypress/
^test/
# source files
mt-static/plugins/MTBlockEditor/typings/
mt-static/plugins/MTBlockEditor/src/
mt-static/plugins/MTBlockEditor/content-field/src/
# test
plugins/MTBlockEditor/t/
plugins/MTBlockEditor/xt/
plugins/MTBlockEditor/php/tests
# distribution files and directories
^MTBlockEditor