diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-12 18:01:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 18:01:37 +0200 |
commit | 488c0e3de136943604e21bee4f49969bd3121895 (patch) | |
tree | ba4e3d11a78dabc7169e033120ec697f1fc3c72d /.gitignore | |
parent | 584f7cd9597aeda0eb44c7d65387d255c592f94c (diff) | |
download | skyhanni-488c0e3de136943604e21bee4f49969bd3121895.tar.gz skyhanni-488c0e3de136943604e21bee4f49969bd3121895.tar.bz2 skyhanni-488c0e3de136943604e21bee4f49969bd3121895.zip |
Use EnumMap and fields for config (#2033)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d773ef66d..c303fd98c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -.idea/* +# Use **/*.* since if a directory is ignored, children of that directory *cannot* be unignored using ! again. +.idea/**/*.* !.idea/icon.svg !.idea/dictionaries/default_user.xml +!.idea/scopes/Mixins.xml .vscode/ run/ build/ |