diff --git a/.gitignore b/.gitignore index b335fc5..ee92bee 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,4 @@ Thumbs.db # This file is generated by the application and contains user-specific secrets. # It should not be committed to version control. -config.json *.html \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config.json @@ -0,0 +1 @@ +{} \ No newline at end of file