Skip to content

Commit

Permalink
Sync Changes (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaderbotX400 committed Apr 15, 2023
1 parent ce86365 commit a765ed6
Show file tree
Hide file tree
Showing 23 changed files with 5,852 additions and 864 deletions.
290 changes: 0 additions & 290 deletions .eslintrc-auto-import.json

This file was deleted.

3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = {
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting',
'./.eslintrc-auto-import.json'
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
Expand Down
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

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

# Custom
vuetorrent
qbit/**
Loading

0 comments on commit a765ed6

Please sign in to comment.