1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 21:45:28 +02:00

JS build tweaks

This commit is contained in:
McMatts 2022-03-03 18:21:16 -05:00
parent 6968581e5b
commit 4ed2b3902c
7 changed files with 13 additions and 53 deletions

View file

@ -1,3 +1,3 @@
{
"ignore_dirs": ["tmp", "dist", "dist-prod", "tests", "node_modules"]
"ignore_dirs": ["tmp", "dist", "dist-prod", "tests", "node_modules", "public"]
}