mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
style: formatting
This commit is contained in:
parent
7e6b2f8b63
commit
f2f554074b
22 changed files with 1493 additions and 1171 deletions
39
.prettierignore
Normal file
39
.prettierignore
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Rust
|
||||
/target/
|
||||
/src-tauri/target/
|
||||
Cargo.lock
|
||||
*.rs
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.nuxt/
|
||||
.output/
|
||||
dist/
|
||||
|
||||
# Build
|
||||
/build/
|
||||
/out/
|
||||
|
||||
# Tauri
|
||||
.tauri/
|
||||
|
||||
# System
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
Loading…
Add table
Add a link
Reference in a new issue