From 4879b26683600b6d7baf492d341c910ed6bf80c6 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Wed, 3 Jun 2015 11:36:48 +0300 Subject: [PATCH] Update gitignore. Exclude tags and allow *.js in root. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de42debdd..f63d0ac4f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .sublime-grunt.cache tscommand*.tmp.txt .tscache -*.js node_modules/ dist/ @@ -20,3 +19,6 @@ CrossPlatformModules.csproj.user bin/ obj/ .vs/ + +.ctags-exclude +tags