From 1523c15bdc172e21d979339d4116ffa3f8b90cfb Mon Sep 17 00:00:00 2001 From: Martin Bruzina Date: Tue, 1 Jul 2025 19:34:24 +0200 Subject: [PATCH 1/2] docs(profile): add xebis vision, mission, and values --- profile/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profile/README.md b/profile/README.md index 31df82b..50c0154 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,6 +2,12 @@ Xebis is an unincorporated **software engineering group** dedicated to productivity, automation, and software engineering. +Our **vision** is to allow people and organizations to be productive, innovative, and efficient as they grow. + +Our **mission** is to give access to ready-to-use and inspirational tools for IT, software development, and beyond, for both organizations and households. + +We **value** knowledge, automation, agility, and continuous improvement. + ## Repositories [xebis/.github](https://github.com/xebis/.github) From 56919f76dc06113ccd7c1d18d7ad491c2203d257 Mon Sep 17 00:00:00 2001 From: Martin Bruzina Date: Tue, 1 Jul 2025 23:45:53 +0200 Subject: [PATCH 2/2] chore(gitignore): ignore dotenv files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2afd03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Dotenv files +.env*