diff --git a/.gitignore b/.gitignore index 4ad31d3..7b85619 100644 --- a/.gitignore +++ b/.gitignore @@ -8,13 +8,16 @@ pages/ # installs node_modules/ -# caches and builds +# caches .yarn/ .cache/ +.rpt2_cache + +# builds dist/ dist_web/ dist_serve/ dist_ts_web/ # custom -test/ +test diff --git a/package.json b/package.json index ed54202..dab8fd1 100644 --- a/package.json +++ b/package.json @@ -57,4 +57,4 @@ "@pushrocks/smartstring": "^3.0.10", "@types/shelljs": "^0.8.5" } -} +} \ No newline at end of file