Generate project with yo node-typescript, modifes gitignore by hand

This commit is contained in:
Abhas Bhattacharya
2018-01-26 20:35:07 +05:30
parent c1b27b38cc
commit 12feed4fa7
17 changed files with 3370 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false