Update gitignore. Exclude tags and allow *.js in root.

This commit is contained in:
Hristo Deshev
2015-06-03 11:36:48 +03:00
parent 1c1166d2b3
commit 4879b26683

4
.gitignore vendored
View File

@ -4,7 +4,6 @@
.sublime-grunt.cache .sublime-grunt.cache
tscommand*.tmp.txt tscommand*.tmp.txt
.tscache .tscache
*.js
node_modules/ node_modules/
dist/ dist/
@ -20,3 +19,6 @@ CrossPlatformModules.csproj.user
bin/ bin/
obj/ obj/
.vs/ .vs/
.ctags-exclude
tags