commit | 7177bbd81faa8462cf09cbaa827e80523bb44af5 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jun 01 03:26:31 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Jun 02 15:30:59 2023 +0200 |
tree | 6ae7e1a419ecb7ccaf3a2dd9007c5b6caed55ac6 | |
parent | deea2f71355bbbd18c81381a10241371b35f58c0 [diff] [blame] |
Update layout to be a svelte monorepo with shadcn-svelte Also: add the start of a.starrysky.fyi
diff --git a/apps/a/.eslintignore b/apps/a/.eslintignore new file mode 100644 index 0000000..3897265 --- /dev/null +++ b/apps/a/.eslintignore
@@ -0,0 +1,13 @@ +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example + +# Ignore files for PNPM, NPM and YARN +pnpm-lock.yaml +package-lock.json +yarn.lock