about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-28 22:43:23 +0100
committerMel <mel@rnrd.eu>2025-02-28 22:43:23 +0100
commit6baf136b803418413d2bf211223b4ed3420a2ea2 (patch)
tree5cf4e9c6cc68e7f17af36fb2bcd214d3a4ac3360 /.gitignore
parent8c3e736012394ce7327606889e8000d7503cf1e6 (diff)
downloadcatskill-6baf136b803418413d2bf211223b4ed3420a2ea2.tar.zst
catskill-6baf136b803418413d2bf211223b4ed3420a2ea2.zip
Add IDE directories to .gitignore
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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