mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
17 lines
140 B
Plaintext
17 lines
140 B
Plaintext
# hidden files
|
|
.*
|
|
!.github
|
|
|
|
# jekyll cache
|
|
_site
|
|
vendor
|
|
|
|
# rubygem
|
|
*.gem
|
|
# yard docs
|
|
doc
|
|
|
|
# npm dependencies
|
|
node_modules
|
|
package-lock.json
|