refactor: 🎨 Move Lysand-FE into its own repository

This commit is contained in:
Jesse Wierzbinski 2024-04-14 15:16:57 -10:00
commit f6989707f4
No known key found for this signature in database
26 changed files with 1226 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example