From 1904fd5b02dee6248d75a5f648857d4ce9f80de0 Mon Sep 17 00:00:00 2001 From: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:03:44 -0400 Subject: [PATCH] chore: commit intellij payload.iml and mark temp or non-core directories as excluded. This excludes them from search (#5662) --- .gitignore | 3 ++- .idea/payload.iml | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 .idea/payload.iml diff --git a/.gitignore b/.gitignore index 8e224c1b49..1aa06de886 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ package-lock.json dist /.idea/* !/.idea/runConfigurations +!/.idea/payload.iml test-results .devcontainer @@ -289,4 +290,4 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/node,macos,windows,webstorm,sublimetext,visualstudiocode /build -.swc \ No newline at end of file +.swc diff --git a/.idea/payload.iml b/.idea/payload.iml new file mode 100644 index 0000000000..52ff0ccfe0 --- /dev/null +++ b/.idea/payload.iml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file