Initial commit

This commit is contained in:
asia 2025-04-15 14:12:43 +02:00
commit 43dd706c89
3 changed files with 26 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store

16
README.md Normal file
View File

@ -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 ---
# <app_name> — Official EPOS Application Repository
This repository contains the source code and configuration files for the `<app_name>` 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

3
src/.gitkeep Normal file
View File

@ -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.