From 879a58b794c7ce0784e301df6b5efba4d6f3819d Mon Sep 17 00:00:00 2001 From: Eric Serrat Date: Wed, 4 Oct 2023 10:03:28 +0200 Subject: [PATCH] feat: move repo to rpm (#15) Co-authored-by: Eric Serrat --- .github/CODEOWNERS | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7b99aa6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @readyplayerme/partner-experience-team-developers diff --git a/.gitignore b/.gitignore index 9261861..937c6d2 100644 --- a/.gitignore +++ b/.gitignore @@ -143,6 +143,7 @@ dist # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff +.idea .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml