mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 10:15:31 +02:00
🐛 Stop specifying UTF-8
This commit is contained in:
parent
1964e6e17d
commit
463164a2af
10 changed files with 20 additions and 21 deletions
|
@ -147,7 +147,7 @@ export async function setupProject(): Promise<void> {
|
|||
let gitignoreContents = ''
|
||||
|
||||
if (existsSync(gitignore)) {
|
||||
gitignoreContents = readFileSync(gitignore, 'utf8')
|
||||
gitignoreContents = readFileSync(gitignore).toString()
|
||||
}
|
||||
|
||||
gitignoreContents += '\n.dotbuild/\nengine/\nfirefox-*/\nnode_modules/\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue