Skip to content

Commit 5c875a8

Browse files
committed
[vcs]: ignore build directory;
1 parent 09ae54c commit 5c875a8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ fabric.properties
6868
.idea/caches/build_file_checksums.ser
6969

7070
# node.js
71-
node_modules/
71+
node_modules/
72+
73+
# Build output
74+
dist/
75+
build/

0 commit comments

Comments
 (0)