1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-29 06:18:13 +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

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