-
I wanted to gitignore the /videos folder, is it safe to do it? |
Beta Was this translation helpful? Give feedback.
Answered by
luwes
Mar 7, 2024
Replies: 1 comment 5 replies
-
it's not safe to ignore because the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, the json files should be committed to git if you want them to be available in that environment.
you could always make a subfolder and gitignore accordingly for dev and prod...
/videos/dev/
/videos/