summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Feinberg <matthew.feinberg@gmail.com>2022-03-05 23:42:41 -0500
committerMatthew Feinberg <matthew.feinberg@gmail.com>2022-03-05 23:42:41 -0500
commit2dd86b6dbe7712a06d307542fb09861f01da2260 (patch)
tree03b6dfd5dced9a2ddde497b6b9fe2c12aa916b09 /.gitignore
parent76427a7c674218d9776d0a3e4f5bab1a184248df (diff)
downloadPerlNavigator-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--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a0bbf76..f46c280 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ client/out
server/out
node_modules
client/server
-.vscode-test \ No newline at end of file
+.vscode-test
+dist