diff --git a/.gitignore b/.gitignore index d55e70e9..f04f9050 100644 --- a/.gitignore +++ b/.gitignore @@ -42,11 +42,11 @@ src/mibew/js/compiled/* !src/mibew/js/compiled/.keep # Do not index compiled files of chat styles -src/mibew/styles/chats/default/templates_compiled/client_side/* -!src/mibew/styles/chats/default/templates_compiled/client_side/.keep -src/mibew/styles/chats/default/js/compiled/* -!src/mibew/styles/chats/default/js/compiled/.keep +src/mibew/styles/chats/*/templates_compiled/client_side/* +!src/mibew/styles/chats/*/templates_compiled/client_side/.keep +src/mibew/styles/chats/*/js/compiled/* +!src/mibew/styles/chats/*/js/compiled/.keep # Do not index compiled files of page styles -src/mibew/styles/pages/default/templates_compiled/client_side/* -!src/mibew/styles/pages/default/templates_compiled/client_side/.keep +src/mibew/styles/pages/*/templates_compiled/client_side/* +!src/mibew/styles/pages/*/templates_compiled/client_side/.keep