loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[skip ci] Updated licenses and gitignores

(cherry picked from commit 129206da4543f2024601af20dac3eaf978d0c432)

authored by

GiteaBot and committed by
Earl Warren
40cd885c dac93c24

+47 -10
+47
options/gitignore/IAR
··· 1 + # Compiled binaries 2 + *.o 3 + *.bin 4 + *.elf 5 + *.hex 6 + *.map 7 + *.out 8 + *.obj 9 + 10 + # Trash 11 + *.bak 12 + thumbs.db 13 + *.~* 14 + 15 + # IAR Settings 16 + **/settings/*.crun 17 + **/settings/*.dbgdt 18 + **/settings/*.cspy 19 + **/settings/*.cspy.* 20 + **/settings/*.xcl 21 + **/settings/*.dni 22 + **/settings/*.wsdt 23 + **/settings/*.wspos 24 + 25 + # IAR Debug Exe 26 + **/Exe/*.sim 27 + 28 + # IAR Debug Obj 29 + **/Obj/*.pbd 30 + **/Obj/*.pbd.* 31 + **/Obj/*.pbi 32 + **/Obj/*.pbi.* 33 + 34 + # IAR project "Debug" directory 35 + Debug/ 36 + 37 + # IAR project "Release" directory 38 + Release/ 39 + 40 + # IAR project settings directory 41 + settings/ 42 + 43 + # IAR backup files 44 + Backup* 45 + 46 + # IAR .dep files 47 + *.dep
-7
options/gitignore/Objective-C
··· 42 42 fastlane/Preview.html 43 43 fastlane/screenshots/**/*.png 44 44 fastlane/test_output 45 - 46 - # Code Injection 47 - # 48 - # After new code Injection tools there's a generated folder /iOSInjectionProject 49 - # https://github.com/johnno1962/injectionforxcode 50 - 51 - iOSInjectionProject/
-3
options/gitignore/Terraform
··· 35 35 # Ignore CLI configuration files 36 36 .terraformrc 37 37 terraform.rc 38 - 39 - # Ignore hcl file 40 - .terraform.lock.hcl