From b4c66e1bb3d222d5137edbfa31411895c5f1206d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 24 Oct 2016 15:42:06 +0100 Subject: [PATCH] add the frontend locales folder --- frontend/static/.gitignore | 1 + frontend/static/locales/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 frontend/static/locales/.gitignore 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