mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
14 lines
202 B
Text
14 lines
202 B
Text
# gitignore template for Hexo sites
|
|
# website: https://hexo.io/
|
|
# Recommended: Node.gitignore
|
|
|
|
# Ignore generated directory
|
|
public/
|
|
|
|
# Ignore temp files
|
|
tmp/
|
|
.tmp*
|
|
|
|
# additional files
|
|
db.json
|
|
.deploy*/
|