[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
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*/
+3
View File
@@ -0,0 +1,3 @@
/node_modules/
/lib/
.bsb.lock
+3
View File
@@ -0,0 +1,3 @@
# Ignore the default terragrunt cache directory
# https://terragrunt.gruntwork.io/docs/features/caching/
.terragrunt-cache