mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +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/
|
||||
# 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*/
|
||||
|
||||
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