Restructure repo
Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
parent
02d4a0d7cd
commit
0b7b0bf16d
12 changed files with 9 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,10 +1,17 @@
|
|||
*.swp
|
||||
*.swo
|
||||
|
||||
# kicad
|
||||
~*
|
||||
_autosave*
|
||||
fp-info-cache
|
||||
*-backups
|
||||
\#auto_saved_files#
|
||||
|
||||
# 3d
|
||||
*.blend
|
||||
*.blend1
|
||||
*.mtl
|
||||
|
||||
# rust
|
||||
target
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
|||
[submodule "xenua-kicad"]
|
||||
path = xenua-kicad
|
||||
path = pcb/xenua-kicad
|
||||
url = https://git.xenua.me/xenua/xenua-kicad.git
|
||||
[submodule "NiasStuff.pretty"]
|
||||
path = NiasStuff.pretty
|
||||
path = pcb/NiasStuff.pretty
|
||||
url = https://git.merspieler.tk/fly/NiasStuff-kicad.git
|
||||
|
|
Loading…
Reference in a new issue