summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-21 20:31:07 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-08-21 20:31:07 -0400
commit9e2c0c3b72eb0bb27210bf19d76e7e4b6f5ce295 (patch)
tree7a6ef8f77f99ecf3b7cfb4cb370c163d81e888e0 /.gitignore
parent4c179f900053db8acb072cf6eb6e73b40293fea7 (diff)
Added config update to add new parameters to config. Retained ability to run the run_config.json file if there are no CLI arguments.
Retained ability to run the run_config.json file if there are no CLI arguments. Will eventually deprecate run_config in favor of the configs directory, but don't want to mess up existing configs until they have time to migrate. Un-ignored configs. Would like to build a set of user configs through PRs to see variety. Add gallery directory for those with submit configs for people to see examples. All PRs for configs are expected to have identically named files (with some suffix for multiple) to show example images.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 41ac558..969b9fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,5 +14,4 @@
debug_*
*/__pycache__/*
*~$*
-things/
-configs/*.json \ No newline at end of file
+things/ \ No newline at end of file