Files
FreeTube/.gitignore
ChunkyProgrammer 77109c87a5 Fix some template strings in locale files, add script to find problematic values (#7519)
* Fix template strings

* add script to make it easier to find issues with template strings

* switch to sync fs, exclude non yaml files, add jsdoc comment

* Don't fail on duplicate templates in the same string

We should only need to validate if the key is in the string, not how many times the key is in the string
2025-06-27 15:10:58 +02:00

33 lines
371 B
Plaintext

.DS_Store
dist/electron/*
storyboards/*
dashFiles/*
static/dashFiles
static/storyboards
static/dashFiles/*
static/storyboards/*
dist/web/*
build/*
!build/icons
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep
data/tmp/
.tmp/
tmp/
.cache
dist
coverage
__coverage__
csak-timelog.json
.idea/
debug/
# Lefthook
lefthook-local.yml
locale-errors.json