Compare commits

..

No commits in common. "aa39d376294fec07a175aca14afd7784dbc15ac6" and "3a3cf7fad42937d4b7a615a571854858cae9bea3" have entirely different histories.

3 changed files with 12 additions and 13 deletions

View File

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

View File

@ -2,13 +2,18 @@
# website: https://hexo.io/
# Recommended: Node.gitignore
# Ignore generated directory
public/
# Ignore temp files
tmp/
# Ignore generated files and directories
.tmp*
dist/
public/
coverage/
# additional files
# Ignore temp files and lock files
tmp/
yarn.lock
package-lock.json
pnpm-lock.yaml
# Add any additional patterns here
db.json
.deploy*/
.deploy_git/

View File

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