mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
excludes
This commit is contained in:
@ -1,3 +1,15 @@
|
||||
{
|
||||
"excludes": [".dev/*"]
|
||||
"excludes": [
|
||||
".dev/*",
|
||||
"node_modules/*",
|
||||
"src/*",
|
||||
"*.map",
|
||||
".browserslistrc",
|
||||
".gitignore",
|
||||
"LICENSE",
|
||||
"package.json",
|
||||
"README.md",
|
||||
"package-lock.json",
|
||||
"rollup.config.mjs"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user