Add api folder to gitignore

This commit is contained in:
Aditya Thakral 2022-08-07 16:24:57 -07:00
parent 8e0e446fd9
commit ef9050357f
2 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -28,4 +28,7 @@ yarn-error.log*
/public/events.ics
# Images should be optimized
/public/images
/public/images
# APIs should be automatically generated
/public/api

0
public/api/.keep Normal file
View File