diff --git a/frontend/static/.gitignore b/frontend/static/.gitignore index d6b7ef32..a780b368 100644 --- a/frontend/static/.gitignore +++ b/frontend/static/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +!locales diff --git a/frontend/static/locales/.gitignore b/frontend/static/locales/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/frontend/static/locales/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore