diff --git a/.gitignore b/.gitignore index 07047e209..63b0b2ed6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,15 @@ node_modules .DS_Store TMP -web **/*.d.ts !types/** **/*.d.ts.map !global.d.ts ./index.ssr.* +index.ssr.js # html files are treated as generated with build:static # this line will be removed on pages deploy at `.github/workflows/pages.yml` # __REMOVE_BELOW_LINE__ -**/*.html - -index.ssr.js +web +**/*.html \ No newline at end of file