feat: astro template for front and fix login(#13)
Reviewed-on: #13 Co-authored-by: Clement <c.boesmier@aptatio.com> Co-committed-by: Clement <c.boesmier@aptatio.com>
This commit is contained in:
10
front/.gitignore
vendored
10
front/.gitignore
vendored
@ -1,8 +1,6 @@
|
||||
# build output
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
@ -13,6 +11,7 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
@ -20,5 +19,6 @@ pnpm-debug.log*
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
pnpm-lock.yaml
|
||||
|
||||
.astro
|
Reference in New Issue
Block a user