Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 332 Bytes

Extras.md

File metadata and controls

28 lines (25 loc) · 332 Bytes

While working:-

.gitignore

.DS_Store
node_modules
coverage

.npmignore

coverage
node_modules
tests
.editorconfig

.editorconfig

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
[*.js]
insert_final_newline = true