chore(git): added test.yaml to gitignore
This is usually regenereated with a different ordering every time tests are run. This is annoying. It's because the underlying hashmap doesn't have ordering. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
db21b92feb
commit
512d696b39
2 changed files with 2 additions and 57 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
/target
|
/target
|
||||||
/tst/test
|
/src/test/test
|
||||||
/tst/test.yaml
|
/src/test/test.yaml
|
||||||
|
|
|
@ -1,55 +0,0 @@
|
||||||
categories:
|
|
||||||
config:
|
|
||||||
flags: []
|
|
||||||
repos:
|
|
||||||
qmk_firmware:
|
|
||||||
name: qmk_firmware
|
|
||||||
path: /home/ces/org/src/git/
|
|
||||||
url: git@github.com:cafkafk/qmk_firmware.git
|
|
||||||
flags:
|
|
||||||
- Clone
|
|
||||||
- Push
|
|
||||||
starship:
|
|
||||||
name: starship
|
|
||||||
path: /home/ces/org/src/git/
|
|
||||||
url: https://github.com/starship/starship.git
|
|
||||||
flags:
|
|
||||||
- Clone
|
|
||||||
- Push
|
|
||||||
stuff:
|
|
||||||
flags: []
|
|
||||||
repos:
|
|
||||||
gg:
|
|
||||||
name: gg
|
|
||||||
path: /home/ces/.dots/
|
|
||||||
url: git@github.com:cafkafk/gg.git
|
|
||||||
li:
|
|
||||||
name: li
|
|
||||||
path: /home/ces/org/src/git/
|
|
||||||
url: git@github.com:cafkafk/li.git
|
|
||||||
links:
|
|
||||||
gg:
|
|
||||||
name: gg
|
|
||||||
rx: /home/ces/.config/gg
|
|
||||||
tx: /home/ces/.dots/gg
|
|
||||||
starship:
|
|
||||||
name: starship
|
|
||||||
rx: /home/ces/.config/starship.toml
|
|
||||||
tx: /home/ces/.dots/starship.toml
|
|
||||||
utils:
|
|
||||||
repos:
|
|
||||||
gg:
|
|
||||||
name: gg
|
|
||||||
path: /home/ces/.dots/
|
|
||||||
url: git@github.com:cafkafk/gg.git
|
|
||||||
flags:
|
|
||||||
- Clone
|
|
||||||
- Push
|
|
||||||
li:
|
|
||||||
name: li
|
|
||||||
path: /home/ces/org/src/git/
|
|
||||||
url: git@github.com:cafkafk/li.git
|
|
||||||
flags:
|
|
||||||
- Clone
|
|
||||||
- Push
|
|
||||||
empty: {}
|
|
Loading…
Reference in a new issue