diff --git a/assets/templates/gitignore/_gitignore b/assets/templates/gitignore/_gitignore index e5a61fb..a853bb6 100644 --- a/assets/templates/gitignore/_gitignore +++ b/assets/templates/gitignore/_gitignore @@ -6,7 +6,6 @@ fileName: .gitignore # artifacts coverage/ public/ -pages/ # installs node_modules/ diff --git a/changelog.md b/changelog.md index 44b55e2..43639fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-12-02 - 1.10.5 - fix(assets) +Update .gitignore template to remove pages directory + +- Removed 'pages/' from the ignored directories in the .gitignore template. + ## 2024-11-05 - 1.10.4 - fix(mod_format) Correct file extension for TypeScript path configuration diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2e5df86..ae8137c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '1.10.4', + version: '1.10.5', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }