commit be8e826d76f050ab57124aad4bdb93289be556f7 Author: EPISODES Platform Official Apps <> Date: Wed May 28 16:44:00 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..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.