Skip to content

Commit f52b401

Browse files
committed
chore: Add .gitignore.
1 parent 818fa05 commit f52b401

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Compilation
2+
dist
3+
4+
# Node.js
5+
node_modules
6+
package-lock.json
7+
8+
# JetBrains IDE
9+
.idea

0 commit comments

Comments
 (0)