From 41a2aee38cf812510010da09de9bae53590ec119 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 16:23:10 +0200 Subject: Follow the angular styleguide for the directories structure --- client/.gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'client/.gitignore') diff --git a/client/.gitignore b/client/.gitignore index 0ab218d71..81e4a1cf7 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,6 +1,8 @@ typings -angular/**/*.js -angular/**/*.map -angular/**/*.css +app/**/*.js +app/**/*.map +app/**/*.css stylesheets/index.css bundles +main.js +main.js.map -- cgit v1.2.3