diff options
| author | nasr <nsrddyn@gmail.com> | 2025-12-02 22:55:18 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-12-02 22:55:18 +0100 |
| commit | 1ee933846c0f3d971b113656fa747e22803f8ac5 (patch) | |
| tree | 4897d55bf15031b8ccb606d96002d694a96d0d16 /.vscode/settings.json | |
checkpoint
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..32cfc61 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.watcherExclude": { + "**/target": true + } +}
\ No newline at end of file |
