You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the project only has a .gitignore for the fronend folder but not for the backend. I suggest to use on root level gitignore for everything unless we run into specific use cases that are much easier to handle by splitting gitignore.
The text was updated successfully, but these errors were encountered:
File was already created in #18 to address __pycache__ files that where not ignored. At the same time this should probably be considered systematically again and the frontend .gitignore should be removed once we are happy the one in the root directory.
Currently the project only has a
.gitignore
for thefronend
folder but not for the backend. I suggest to use on root level gitignore for everything unless we run into specific use cases that are much easier to handle by splitting gitignore.The text was updated successfully, but these errors were encountered: