mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Update gitignore. Exclude tags and allow *.js in root.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user