mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding pycache to gitignore
This commit is contained in:
parent
18de7ca671
commit
ca1b9b2170
15 changed files with 1084 additions and 1319 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "An Electron application with React and TypeScript",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "example.com",
|
||||
"author": "Hydra Launcher",
|
||||
"homepage": "https://electron-vite.org",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -14,7 +14,7 @@
|
|||
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
||||
"start": "electron-vite preview",
|
||||
"dev": "electron-vite dev",
|
||||
"build": "npm run typecheck && electron-vite build",
|
||||
"build": "electron-vite build",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"build:unpack": "npm run build && electron-builder --dir",
|
||||
"build:win": "npm run build && electron-builder --win",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue