mirror of
https://github.com/UzixLS/atfblast.git
synced 2025-07-18 22:51:15 +03:00
init
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
out/* linguist-vendored
|
||||
*.kicad_pcb linguist-detectable=true
|
||||
*.kicad_sch linguist-detectable=true
|
||||
*.sch linguist-detectable=true
|
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
## Kicad
|
||||
*-lib-table
|
||||
*-cache
|
||||
*-rescue.lib
|
||||
*.sch-bak
|
||||
*.kicad_pcb-bak
|
||||
*.dcm
|
||||
*.kicad_prl
|
||||
pcb/**/*-backups/
|
||||
pcb/**/*.xml
|
||||
pcb/**/out/
|
||||
|
||||
## Etc.
|
||||
*.bak
|
||||
*.*~
|
Reference in New Issue
Block a user