From 43dd706c8954786d137333d42c3b75da0c8e5ecd Mon Sep 17 00:00:00 2001 From: asia Date: Tue, 15 Apr 2025 14:12:43 +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..16d950e --- /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 Gitea](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 EPOS Application Repository + +This repository contains the source code and configuration files for the `` application used within the EPOS EPISODES Platform. + +📦 To test or modify this application in the EPISODES 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.