diff --git a/.gitignore b/.gitignore index 3a036eb..e9959f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .env /vendor/ -.nova +/.nova/* +!/.nova/Artwork +!/.nova/Configuration.json diff --git a/.nova/Artwork b/.nova/Artwork new file mode 100644 index 0000000..579530d Binary files /dev/null and b/.nova/Artwork differ diff --git a/.nova/Configuration.json b/.nova/Configuration.json new file mode 100644 index 0000000..9651c42 --- /dev/null +++ b/.nova/Configuration.json @@ -0,0 +1,5 @@ +{ + "workspace.art_style" : 1, + "workspace.color" : 5, + "workspace.name" : "OAuth2-BlackbaudSKY" +}