Skip to content

Commit 3f69b36

Browse files
Merge pull request #3 from Mipmipp/feature/transpile-and-zip
Feature: Transpile and zip.
2 parents ed7ed10 + f67529f commit 3f69b36

File tree

3 files changed

+438
-1
lines changed

3 files changed

+438
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
# ENVIRONMENT VARIABLES
55
.env
6+
7+
# TRANSPILED OUTPUT
8+
/dist/*
9+
/temp-dependencies-layer/*
10+
/temp-index/*

0 commit comments

Comments
 (0)