1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-29 14:28:14 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Shen Lin
f20ed1c4b1 chore: ignore hidden system files and editor backups (#2704) 2026-03-28 10:44:48 +08:00
2 changed files with 12 additions and 7 deletions

5
.gitignore vendored
View File

@@ -25,3 +25,8 @@ package-lock.json
# Misc
_sass/vendors
assets/js/dist
# Hidden system files
*~
.DS_Store
Thumbs.db

View File

@@ -33,10 +33,10 @@
"@babel/core": "^7.29.0",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/preset-env": "^7.29.2",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^10.0.1",
"@babel/preset-env": "^7.29.0",
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.4",
"@eslint/js": "^10.0.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
@@ -45,13 +45,13 @@
"@semantic-release/git": "^10.0.1",
"concurrently": "^9.2.1",
"conventional-changelog-conventionalcommits": "^9.3.0",
"eslint": "^10.1.0",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"husky": "^9.1.7",
"purgecss": "^8.0.0",
"rollup": "^4.60.0",
"rollup": "^4.59.0",
"semantic-release": "^25.0.3",
"stylelint": "^17.6.0",
"stylelint": "^17.4.0",
"stylelint-config-standard-scss": "^17.0.0"
},
"prettier": {