From 94bab3c35a9a1cca684d00d9778719e1201b3a08 Mon Sep 17 00:00:00 2001 From: GarboMuffin Date: Wed, 15 May 2024 19:27:43 -0500 Subject: [PATCH] Update gitignore (#1472) from https://github.com/TurboWarp/extensions/pull/1471 but a couple more editors --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4a32dff7..b6b3ebdf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,10 @@ build-l10n # Various operating system caches thumbs.db .DS_Store + +# Popular editors +.vscode +.idea +*.sublime-workspace + +# Tip: .git/info/exclude is your personal gitignore for things that don't belong here