From e4ffd3127a8324811b45069b0c401213fd11cef8 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp Date: Wed, 1 Jul 2026 18:24:41 +0300 Subject: [PATCH 1/2] Updated `.gitignore` and Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + .gitignore | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26c600ab..cd2d1eae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ * [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included +* [ ] I have run automated testing and it is passed * [ ] Documentation was added or is not needed * [ ] This is an API breaking change diff --git a/.gitignore b/.gitignore index 98089368..2c00cff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + # build output dist/ + # generated types .astro/ + +# editor .idea/ .vscode/ From 0624e8e7ea9d07723523350a8cd9dbfae39a4f62 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp Date: Thu, 2 Jul 2026 12:35:49 +0300 Subject: [PATCH 2/2] Added `public` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c00cff0..b61f1e70 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist/ #documentation related data/ raw/ +public/ src/content/docs/developer-guide src/content/docs/developer-tools src/content/docs/modules