diff options
author | Matthew Feinberg <matthew.feinberg@gmail.com> | 2022-03-05 23:42:41 -0500 |
---|---|---|
committer | Matthew Feinberg <matthew.feinberg@gmail.com> | 2022-03-05 23:42:41 -0500 |
commit | 2dd86b6dbe7712a06d307542fb09861f01da2260 (patch) | |
tree | 03b6dfd5dced9a2ddde497b6b9fe2c12aa916b09 /.gitignore | |
parent | 76427a7c674218d9776d0a3e4f5bab1a184248df (diff) | |
download | PerlNavigator-2dd86b6dbe7712a06d307542fb09861f01da2260.zip |
Setup code and project file to use pkg for compiling a single executable. The Perl source files are extracted to a temporary file on demand.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ client/out server/out node_modules client/server -.vscode-test
\ No newline at end of file +.vscode-test +dist |