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

3
.gitignore vendored
View File

@ -29,3 +29,6 @@ yarn-error.log*
# Images should be optimized
/public/images
# APIs should be automatically generated
/public/api

0
public/api/.keep Normal file
View File