diff --git a/.gitignore b/.gitignore index b3a4066..1ad185b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,10 @@ test.css.map .idea/ .sass-cache +.stylelintcache _gh_pages _site dev -docs node_modules test/output/ @@ -29,5 +29,7 @@ test/output/ !.yarn/sdks !.yarn/versions .pnp.* +.nx/* -css +# css +# docs diff --git a/.npmrc b/.npmrc index 46978f5..7f4cf30 100644 --- a/.npmrc +++ b/.npmrc @@ -5,4 +5,4 @@ enable-pre-post-scripts=true # docker run -itd --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio # npm adduser --registry http://localhost:4873 -registry=http://localhost:4873 +# registry=http://localhost:4873