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

chore: ignore hidden system files and editor backups (#2704)

This commit is contained in:
Shen Lin
2026-03-28 10:44:48 +08:00
committed by GitHub
parent 9adb7e352b
commit f20ed1c4b1

5
.gitignore vendored
View File

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