Skip to content

Commit 33be2af

Browse files
author
Inkedstinct
committed
chores(git): Ignore local fs
1 parent 917a5c3 commit 33be2af

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
/logs.d/**/*
1+
/logs*.d/**/*
22
.env
33
/Cargo.lock
44
/tasks.d/**/*
55
/jobs.d/**/*
6-
/results.d/**/*
7-
/scripts.d/**/*
8-
/inventories.d/**/*
6+
/results*.d/**/*
7+
/scripts*.d/**/*
8+
/inventories*.d/**/*
99
/backup/**/*
1010
/test_results/**/*
11-
/jobs.yaml
11+
/jobs*.yaml
1212
/menage.sh
1313
/resources
14-
14+
/*.tar.*
15+
/*ipynb*
16+
/batches/**
17+
/.ssh_g5k.pub
1518

1619
# Added by cargo
1720

0 commit comments

Comments
 (0)