mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
10 Commits
3a3cf7fad4
...
aa39d37629
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa39d37629 | ||
|
|
fc32973012 | ||
|
|
ec4bac82f4 | ||
|
|
e624f8594a | ||
|
|
c22fd083e7 | ||
|
|
ec300b949b | ||
|
|
a30c2940f1 | ||
|
|
403cf39f22 | ||
|
|
dae1884ac1 | ||
|
|
1ab38f03c9 |
3
ReScript.gitignore
Normal file
3
ReScript.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/node_modules/
|
||||||
|
/lib/
|
||||||
|
.bsb.lock
|
||||||
@ -2,18 +2,13 @@
|
|||||||
# website: https://hexo.io/
|
# website: https://hexo.io/
|
||||||
# Recommended: Node.gitignore
|
# Recommended: Node.gitignore
|
||||||
|
|
||||||
# Ignore generated files and directories
|
# Ignore generated directory
|
||||||
.tmp*
|
|
||||||
dist/
|
|
||||||
public/
|
public/
|
||||||
coverage/
|
|
||||||
|
|
||||||
# Ignore temp files and lock files
|
# Ignore temp files
|
||||||
tmp/
|
tmp/
|
||||||
yarn.lock
|
.tmp*
|
||||||
package-lock.json
|
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# Add any additional patterns here
|
# additional files
|
||||||
db.json
|
db.json
|
||||||
.deploy_git/
|
.deploy*/
|
||||||
|
|||||||
3
community/Terragrunt.gitignore
Normal file
3
community/Terragrunt.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore the default terragrunt cache directory
|
||||||
|
# https://terragrunt.gruntwork.io/docs/features/caching/
|
||||||
|
.terragrunt-cache
|
||||||
Loading…
Reference in New Issue
Block a user