diff options
| author | Mel <mel@rnrd.eu> | 2025-02-28 22:43:23 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-02-28 22:43:23 +0100 |
| commit | 6baf136b803418413d2bf211223b4ed3420a2ea2 (patch) | |
| tree | 5cf4e9c6cc68e7f17af36fb2bcd214d3a4ac3360 | |
| parent | 8c3e736012394ce7327606889e8000d7503cf1e6 (diff) | |
| download | catskill-6baf136b803418413d2bf211223b4ed3420a2ea2.tar.zst catskill-6baf136b803418413d2bf211223b4ed3420a2ea2.zip | |
Add IDE directories to .gitignore
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb0b272..d52979a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build/ .direnv/ +.idea +.vscode \ No newline at end of file |
