Remove and .gitignore resources directory

CodeBuild was getting an error:

```
Error: Error building site: TOCSS: failed to transform "ananke/css/main.css" (text/css): resource "css/ananke/css/main.css_af7eae7717e76be05924f27bac629e80" not found in file cache
```

I suspect this is because an earlier version of the Ananke CSS file was
being cached, but the submodule pulled in a new Ananke commit that
requires a new version. Perhaps? Who knows. I cannot replicate the
problem locally, so I need to push-to-test the behaviour in CodeBuild :(
This commit is contained in:
Jack Jackson 2021-12-28 11:12:30 -08:00
parent dd71502556
commit 2e79b15c79
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
blog/public
blog/resources

View File

@ -1 +0,0 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}