mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-20 12:54:05 +02:00
39 lines
No EOL
301 B
Text
39 lines
No EOL
301 B
Text
# 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 |