fix(core): Update .gitignore to improve ignored paths
This commit is contained in:
parent
6b8d951024
commit
135a9bcf08
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,5 +1,19 @@
|
|||||||
.nogit/
|
.nogit/
|
||||||
node_modules/
|
|
||||||
|
# artifacts
|
||||||
coverage/
|
coverage/
|
||||||
public/
|
public/
|
||||||
pages/
|
|
||||||
|
# installs
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# caches
|
||||||
|
.yarn/
|
||||||
|
.cache/
|
||||||
|
.rpt2_cache
|
||||||
|
|
||||||
|
# builds
|
||||||
|
dist/
|
||||||
|
dist_*/
|
||||||
|
|
||||||
|
#------# custom
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-14 - 1.0.6 - fix(core)
|
||||||
|
Update .gitignore to improve ignored paths
|
||||||
|
|
||||||
|
- Ignored various build and cache directories to reduce clutter in the repository.
|
||||||
|
- Refactored .gitignore to categorize ignored paths for better readability and maintenance.
|
||||||
|
|
||||||
## 2025-01-14 - 1.0.5 - fix(package)
|
## 2025-01-14 - 1.0.5 - fix(package)
|
||||||
Fix scripts section in package.json by adding missing comma
|
Fix scripts section in package.json by adding missing comma
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/beautyfiglet',
|
name: '@push.rocks/beautyfiglet',
|
||||||
version: '1.0.5',
|
version: '1.0.6',
|
||||||
description: 'A Node.js module for creating figlet text displays.'
|
description: 'A Node.js module for creating figlet text displays.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user