mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
No commits in common. "aa39d376294fec07a175aca14afd7784dbc15ac6" and "3a3cf7fad42937d4b7a615a571854858cae9bea3" have entirely different histories.
aa39d37629
...
3a3cf7fad4
@ -1,3 +0,0 @@
|
||||
/node_modules/
|
||||
/lib/
|
||||
.bsb.lock
|
||||
@ -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/
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
# Ignore the default terragrunt cache directory
|
||||
# https://terragrunt.gruntwork.io/docs/features/caching/
|
||||
.terragrunt-cache
|
||||
Loading…
Reference in New Issue
Block a user