Compare commits

...

10 Commits

Author SHA1 Message Date
Yunyang
aa39d37629 Merge branch 'main' of https://github.com/SunnyCloudYang/gitignore 2024-08-31 15:27:59 +08:00
Yunyang
fc32973012 docs: update Hexo.gitignore 2024-08-31 15:23:56 +08:00
GoodNullName
ec4bac82f4
Merge branch 'github:main' into main 2024-08-31 14:10:26 +08:00
Yunyang
e624f8594a fix: update Hexo.gitignore 2024-08-31 13:33:36 +08:00
Daniel Johnson
c22fd083e7
Merge pull request #4445 from costaparas/feature/update-terraform
Ignore terragrunt cache
2024-08-30 13:14:51 -07:00
Daniel Johnson
ec300b949b
Merge pull request #4449 from brettcannon/rescript
Create ReScript.gitignore
2024-08-30 13:13:22 -07:00
Brett Cannon
a30c2940f1
Update ReScript.gitignore 2024-06-12 11:56:01 -07:00
Costa Paraskevopoulos
403cf39f22 Migrate terragrunt ignore to new template as suggested 2024-05-31 19:23:32 +10:00
Brett Cannon
dae1884ac1
Create ReScript.gitignore 2024-05-25 13:50:47 -07:00
Costa Paraskevopoulos
1ab38f03c9 Ignore terragrunt cache
This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
2024-05-13 21:38:08 +10:00
3 changed files with 11 additions and 10 deletions

3
ReScript.gitignore Normal file
View File

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

View File

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

View File

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