Initial Super N2N desktop application
Build Windows Portable Package / portable (push) Has been cancelled
Build Windows Portable Package / portable (push) Has been cancelled
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
# JavaScript dependencies and build artifacts
|
||||
/node_modules/
|
||||
/dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Rust and Tauri generated output
|
||||
/src-tauri/target/
|
||||
/src-tauri/gen/
|
||||
/src-tauri/.tauri/
|
||||
|
||||
# Locally assembled distributable packages
|
||||
/release/
|
||||
|
||||
# Local environment files (keep examples in source control)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs and package-manager diagnostics
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor and operating-system metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
.idea/
|
||||
.vs/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.user
|
||||
*.userossc
|
||||
*.sln.docstates
|
||||
Reference in New Issue
Block a user