mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Merge branch 'github:main' into main
This commit is contained in:
commit
c3a26c76ad
@ -16,6 +16,8 @@ _autosave-*
|
|||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
|
~*.lck
|
||||||
|
\#auto_saved_files#
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
3
ReScript.gitignore
Normal file
3
ReScript.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/node_modules/
|
||||||
|
/lib/
|
||||||
|
.bsb.lock
|
@ -82,6 +82,8 @@ StyleCopReport.xml
|
|||||||
*.pgc
|
*.pgc
|
||||||
*.pgd
|
*.pgd
|
||||||
*.rsp
|
*.rsp
|
||||||
|
# but not Directory.Build.rsp, as it configures directory-level build defaults
|
||||||
|
!Directory.Build.rsp
|
||||||
*.sbr
|
*.sbr
|
||||||
*.tlb
|
*.tlb
|
||||||
*.tli
|
*.tli
|
||||||
|
2
Zig.gitignore
Normal file
2
Zig.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.zig-cache/
|
||||||
|
zig-out/
|
14
community/Hexo.gitignore
Normal file
14
community/Hexo.gitignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# gitignore template for Hexo sites
|
||||||
|
# website: https://hexo.io/
|
||||||
|
# Recommended: Node.gitignore
|
||||||
|
|
||||||
|
# Ignore generated directory
|
||||||
|
public/
|
||||||
|
|
||||||
|
# Ignore temp files
|
||||||
|
tmp/
|
||||||
|
.tmp*
|
||||||
|
|
||||||
|
# additional files
|
||||||
|
db.json
|
||||||
|
.deploy*/
|
6
community/Move.gitignore
Normal file
6
community/Move.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Generated by Move
|
||||||
|
# will have compiled files
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Remove possibly saving credentials to the git repository
|
||||||
|
.aptos/
|
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