mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 17:55:32 +02:00
🔗Make gluon/ a part of the .gitignore
Should fix #24. This ensures that it adds the gluon dir rather than a file names gluon.
This commit is contained in:
parent
aaf515736f
commit
87ff8e7538
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export async function setupProject(): Promise<void> {
|
|||
}
|
||||
|
||||
gitignoreContents +=
|
||||
'\n.dotbuild/\n.gluon\nengine/\nfirefox-*/\nnode_modules/\n'
|
||||
'\n.dotbuild/\n.gluon/\nengine/\nfirefox-*/\nnode_modules/\n'
|
||||
|
||||
writeFileSync(gitignore, gitignoreContents)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue