Skip to content

Commit 2b45a03

Browse files
author
Sergii Kovalev
committed
gitignore file updated
1 parent 6b9d0ac commit 2b45a03

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
/node_modules
22
/coverage
33
/.nyc_output
4+
5+
# Jetbrains IDEs
6+
.idea/
7+
8+
# Platform specific
9+
.DS_Store
10+
11+
# Coverage directories used by tools like istanbul
12+
.nyc_output/
13+
coverage/
14+
15+
# Code style tools
16+
.eslintcache

0 commit comments

Comments
 (0)