This commit is contained in:
2024-01-10 18:49:07 +11:00
parent eb242ae4af
commit bfee31c0db
29 changed files with 83 additions and 235 deletions

40
.gitignore vendored
View File

@@ -1,20 +1,26 @@
#
# SimpleMediaUpscalerLite - .gitignore
#
# Created by Janis Hutz 05/24/2023, Licensed under the GPL V3 License
# https://janishutz.com, development@janishutz.com
#
#
#
# remove pycache
__pycache__
# remove node_modules from repo
.DS_Store
node_modules
/dist
# ignore build & dist folders
build
dist
target
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
#Electron-builder output
/dist_electron