Track package lock and editor config

This commit is contained in:
Mohit Nagar
2020-05-04 21:55:05 +05:30
parent 10d77b2a05
commit 350f08df5a
3 changed files with 10735 additions and 2 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false

2
.gitignore vendored
View File

@@ -60,5 +60,3 @@ typings/
# next.js build output
.next
.editorconfig
package-lock.json

10722
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff