1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

[skip ci] Updated licenses and gitignores

This commit is contained in:
GiteaBot
2024-09-09 00:31:04 +00:00
parent df96088bc4
commit 972eae358d
7 changed files with 131 additions and 0 deletions

14
options/gitignore/Hexo Normal file
View File

@@ -0,0 +1,14 @@
# 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*/

View File

@@ -0,0 +1,3 @@
/node_modules/
/lib/
.bsb.lock

View File

@@ -0,0 +1,3 @@
# Ignore the default terragrunt cache directory
# https://terragrunt.gruntwork.io/docs/features/caching/
.terragrunt-cache