Merge pull request #2168 from chrunchyjesus/improve-gitignore-template-js
Add common paths to .gitignore file template
This commit is contained in:
commit
9cc7e4c76f
1 changed files with 8 additions and 1 deletions
|
@ -20,5 +20,12 @@ tmp/
|
||||||
'("*.class"
|
'("*.class"
|
||||||
"build"))
|
"build"))
|
||||||
((string= type-ignore "js")
|
((string= type-ignore "js")
|
||||||
'("*.tern-port")))
|
'("*.tern-port"
|
||||||
|
"node_modules/"
|
||||||
|
"npm-debug.log*"
|
||||||
|
"yarn-debug.log*"
|
||||||
|
"yarn-error.log*"
|
||||||
|
"*.tsbuildinfo"
|
||||||
|
".npm"
|
||||||
|
".eslintcache")))
|
||||||
"\n"))`
|
"\n"))`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue