commit a1883e214587b7ba4cfd7b105380e6d987bf7842 Author: EPISODES Platform Official Apps <> Date: Mon Mar 31 15:37:42 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfd7964 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Intellij +.idea/ +*.iml +*.iws + +# Mac +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..532f00c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# OfficialAppTemplate + +**⚠️ This is a template repository. If you are seeing this README in your application repository, please update or replace it with relevant information about your app.** + +This repository serves as a template for creating new repositories for official applications in the EPISODES Platform ecosystem. + +It defines the recommended repository structure, branch protection rules, and basic repository-level configuration. + +For detailed information on migrating applications to Git and aligning with EPISODES Platform development standards, refer to the +**EPOS Official Applications Development & Release Guide**: +👉 https://docs.cyfronet.pl/x/W4MdDg