fix(assets): Update .gitignore template to remove pages directory
This commit is contained in:
		| @@ -6,7 +6,6 @@ fileName: .gitignore | ||||
| # artifacts | ||||
| coverage/ | ||||
| public/ | ||||
| pages/ | ||||
|  | ||||
| # installs | ||||
| node_modules/ | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user