From be8e826d76f050ab57124aad4bdb93289be556f7 Mon Sep 17 00:00:00 2001 From: EPISODES Platform Official Apps <> Date: Wed, 28 May 2025 16:44:00 +0200 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ README.md | 16 ++++++++++++++++ src/.gitkeep | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 src/.gitkeep 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..c659c44 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +--- TO BE REMOVED --- + +This is a template for an official application repository. After creating a new repository, fill in the placeholder fields and remove this text. + +✅ Follow [Section 1: Migrating an Application to Git repository](https://docs.cyfronet.pl/x/W4MdDg) when migrating an existing application from `apps_to_migrate`. + +✅ Follow [Section 2: Managing Code Changes in Official Application Repositories](https://docs.cyfronet.pl/x/W4MdDg) to develop or apply updates. + +--- END TO BE REMOVED --- + +# — Official Application Repository + +This repository contains the source code and configuration files for the `` application used within the [EPISODES Platform](https://EpisodesPlatform.eu/). + +📦 To test or modify this application in the EPISODES Platform environment, follow the guide: +https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide diff --git a/src/.gitkeep b/src/.gitkeep new file mode 100644 index 0000000..f0b1b91 --- /dev/null +++ b/src/.gitkeep @@ -0,0 +1,3 @@ +This file is only here to ensure Git tracks this otherwise empty src/ directory. + +Please remove this file once the directory is populated with the application's source code.