1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 11:18:36 +01:00
upscayl/.gitignore
2022-08-05 02:32:12 +05:30

31 lines
389 B
Plaintext

.vscode/
coverage/
dist/
node_modules/
out/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn Integrity file
.yarn-integrity
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Windows thumbnail cache files
Thumbs.db
# OS X files
.DS_Store
._*