mirror of
https://github.com/github/gitignore.git
synced 2026-08-31 12:17:01 +02:00
Compare commits
26 Commits
9cbe07e47f
...
c3a26c76ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3a26c76ad | ||
|
|
76739a38b5 | ||
|
|
53cf297127 | ||
|
|
274c32303f | ||
|
|
ad949c4f01 | ||
|
|
5445a27025 | ||
|
|
aa8a4bee25 | ||
|
|
ec0f03f241 | ||
|
|
4b771ac75a | ||
|
|
33243d9491 | ||
|
|
aa39d37629 | ||
|
|
fc32973012 | ||
|
|
ec4bac82f4 | ||
|
|
e624f8594a | ||
|
|
c22fd083e7 | ||
|
|
ec300b949b | ||
|
|
71eddf97b6 | ||
|
|
3a3cf7fad4 | ||
|
|
038a66091d | ||
|
|
14be7ece29 | ||
|
|
a30c2940f1 | ||
|
|
403cf39f22 | ||
|
|
dae1884ac1 | ||
|
|
1ab38f03c9 | ||
|
|
0bfdc4464c | ||
|
|
abbcca282f |
@ -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