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
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
# kicad
|
||||||
~*
|
~*
|
||||||
_autosave*
|
_autosave*
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
*-backups
|
*-backups
|
||||||
\#auto_saved_files#
|
\#auto_saved_files#
|
||||||
|
|
||||||
|
# 3d
|
||||||
*.blend
|
*.blend
|
||||||
*.blend1
|
*.blend1
|
||||||
*.mtl
|
*.mtl
|
||||||
|
|
||||||
|
# rust
|
||||||
|
target
|
||||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "xenua-kicad"]
|
[submodule "xenua-kicad"]
|
||||||
path = xenua-kicad
|
path = pcb/xenua-kicad
|
||||||
url = https://git.xenua.me/xenua/xenua-kicad.git
|
url = https://git.xenua.me/xenua/xenua-kicad.git
|
||||||
[submodule "NiasStuff.pretty"]
|
[submodule "NiasStuff.pretty"]
|
||||||
path = NiasStuff.pretty
|
path = pcb/NiasStuff.pretty
|
||||||
url = https://git.merspieler.tk/fly/NiasStuff-kicad.git
|
url = https://git.merspieler.tk/fly/NiasStuff-kicad.git
|
||||||
|
|
Loading…
Reference in a new issue