Archived
1
0

Move source to its own directory

This matches how the rest of the build is organized but also hopefully
solves an issue where the VS Code directory is empty because we try to
cache it directly and Travis might be creating it.
This commit is contained in:
Asher
2019-10-21 11:16:22 -05:00
parent 5aa2abaf9f
commit 82e2b8a169
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules
build
release
binaries
source