diff options
Diffstat (limited to 'themes/.gitignore')
| -rw-r--r-- | themes/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/.gitignore b/themes/.gitignore new file mode 100644 index 0000000..a967258 --- /dev/null +++ b/themes/.gitignore @@ -0,0 +1,15 @@ +# Build directories +dist/ +builddir/ +.cache/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Meson +.meson_subdir/ +compile_commands.json |
