From 0e83b6d8bf24ac59f16ddd69d12ac4e08571cd25 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Wed, 24 Sep 2025 11:40:04 +0200 Subject: Lots of new changes: - Made .gitignore allow by default (rather than manually specifying what I want) - Dropped pre-built (non-versioned) TS grammars and use built-in ones - Upload custom snippets (lol 1) --- .gitignore | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 47b27ef..3d9810f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ -* +# Cache stuff +backups/ +eln-cache/ +elpa/ -!.gitignore -!init.el -!theme.el -!snippets -!README.md +# These I'm still not sure +custom.el +var/ +etc/* +# Allow snippets tho +!etc/yasnippet -- cgit v1.3.1