diff --git a/.gitignore b/.gitignore index c6e09955..3e3826ff 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ yarn-error.log* /public/events.ics # Images should be optimized -/public/images \ No newline at end of file +/public/images + +# APIs should be automatically generated +/public/api \ No newline at end of file diff --git a/public/api/.keep b/public/api/.keep new file mode 100644 index 00000000..e69de29b