Skip to content

Commit

Permalink
Merge pull request #37 from BrewingWeasel/vue
Browse files Browse the repository at this point in the history
Switch to Vue frontend
  • Loading branch information
BrewingWeasel authored Feb 5, 2024
2 parents cc52482 + 75c0ec1 commit 49cf922
Show file tree
Hide file tree
Showing 126 changed files with 4,275 additions and 4,718 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
target
dist
/dicts

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Loading

0 comments on commit 49cf922

Please sign in to comment.