Skip to content

Commit c14c6e0

Browse files
authored
Merge pull request #2 from runnitai/main
merge d8ahazard QOL improvements
2 parents 41fda3c + 506aa63 commit c14c6e0

File tree

5 files changed

+269
-85
lines changed

5 files changed

+269
-85
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,8 @@ cython_debug/
162162
# and can be added to the global gitignore or merged into this file. For a more nuclear
163163
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164164
.idea/
165+
166+
# Ignore everything in ./models recursively if it's not a .placeholder file
167+
/models/**
168+
!/models/**/.placeholder
169+
outputs/*

0 commit comments

Comments
 (0)