From 091ca5c74602fab0edb764be8818a4cd35062ddf Mon Sep 17 00:00:00 2001 From: h3rmuli <101418583+h3rmuli@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:08:30 +0200 Subject: [PATCH] Initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3547a96 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# This file is used for Git repositories to specify intentionally untracked files that Git should ignore. +# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore +# For useful gitignore templates see: https://github.com/github/gitignore + +# Salesforce cache +.sf/ +.sfdx/ +.localdevserver/ +deploy-options.json +.localdev + +# LWC VSCode autocomplete +**/lwc/jsconfig.json + +# LWC Jest coverage reports +coverage/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Eslint cache +.eslintcache + +# Windows system files +Thumbs.db +ehthumbs.db +[Dd]esktop.ini +$RECYCLE.BIN/ + +# Salesforce Analyzer results +sca-results.csv +sfca_results.json + +# Local environment variables +.env diff --git a/README.md b/README.md new file mode 100644 index 0000000..661fc01 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# salesforce-cicd-org-flow \ No newline at end of file