feat: added pages, forms, and functionality.
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
This commit is contained in:
30
ui_mockup/.prettierignore
Normal file
30
ui_mockup/.prettierignore
Normal file
@@ -0,0 +1,30 @@
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Cache
|
||||
.eslintcache
|
||||
.cache/
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user