Merge pull request #2857 from yougotwill/feat/no-ref/gitignore-vscrof

Ignore vscrof files
pull/2858/head
Audric Ackermann 2 years ago committed by GitHub
commit d8d437bf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ mnemonic_languages/**
# editor # editor
.vscode/** .vscode/**
.vscrof/**
# TypeScript generated files # TypeScript generated files
ts/**/*.js ts/**/*.js

1
.gitignore vendored

@ -36,6 +36,7 @@ yarn-error.log
# editor # editor
.vscode/ .vscode/
.vscrof/
playwright.config.js playwright.config.js

@ -18,6 +18,7 @@ ts/test/automation/notes
node_modules/** node_modules/**
mnemonic_languages/** mnemonic_languages/**
.vscode/ .vscode/
.vscrof/
# Managed by package manager (`yarn`/`npm`): # Managed by package manager (`yarn`/`npm`):
/package.json /package.json

Loading…
Cancel
Save