mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
31 lines
389 B
Plaintext
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
|
|
._* |