feat: adding pycache to gitignore

This commit is contained in:
Hydra 2024-04-24 10:22:12 +01:00
parent 18de7ca671
commit ca1b9b2170
No known key found for this signature in database
15 changed files with 1084 additions and 1319 deletions

View file

@ -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",