Skip to content

Commit

Permalink
🐳 chore(project): move front root from "src" to repo root, fix tauri …
Browse files Browse the repository at this point in the history
…setup
  • Loading branch information
Picorims committed Oct 5, 2024
1 parent 88c3835 commit 29ba027
Show file tree
Hide file tree
Showing 193 changed files with 4,788 additions and 4,807 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
node_modules

# Output
.output
.vercel
/.svelte-kit
/build

# OS
.DS_Store
Thumbs.db

# Node JS
node_modules/
# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Test
/test-results
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 29ba027

Please sign in to comment.