diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 96a43e93a..bab37d2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,9 @@ web-build/ # Temporary files created by Metro to check the health of the file watcher .metro-health-check* +# VSCode +.vscode + # gitignore and github actions !.gitignore !.github |