fix(assets): Update .gitignore template to remove pages directory

This commit is contained in:
Philipp Kunz 2024-12-02 16:14:35 +01:00
parent b7a239abca
commit 9dbf511d50
3 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,6 @@ fileName: .gitignore
# artifacts
coverage/
public/
pages/
# installs
node_modules/

View File

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

View File

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