1
0
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:
@Eternal-Grace 2024-10-26 14:00:31 +02:00 committed by GitHub
commit c3a26c76ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 32 additions and 0 deletions

View File

@ -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
View File

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

View File

@ -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
View File

@ -0,0 +1,2 @@
.zig-cache/
zig-out/

14
community/Hexo.gitignore Normal file
View 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
View File

@ -0,0 +1,6 @@
# Generated by Move
# will have compiled files
build/
# Remove possibly saving credentials to the git repository
.aptos/

View File

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