Skip to content

Commit 7d5f0c3

Browse files
author
David Foster
committed
adding in run folders
1 parent 0b68dc2 commit 7d5f0c3

File tree

6 files changed

+16
-1
lines changed

6 files changed

+16
-1
lines changed

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

2-
run/*
2+
run/gan/*
3+
run/compose/*
4+
run/paint/*
5+
run/write/*
6+
run/vae/*
7+
8+
9+
310
archive/*
411

512
models/archive/*
File renamed without changes.

run/gan/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

run/paint/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

run/vae/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

run/write/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)