From d6f2797646803f104ec001def470edebf7092ccd Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 8 Jun 2024 16:17:33 +0200 Subject: Added mixin search scope --- .gitignore | 4 +++- .idea/scopes/Mixins.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .idea/scopes/Mixins.xml 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/ diff --git a/.idea/scopes/Mixins.xml b/.idea/scopes/Mixins.xml new file mode 100644 index 000000000..39c346fed --- /dev/null +++ b/.idea/scopes/Mixins.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit