From 713bb6136ff4683875c2468cd56927d18f5c63dc Mon Sep 17 00:00:00 2001
From: "Valentijn :)" <120188387+HerpieDerpieee@users.noreply.github.com>
Date: Tue, 16 Jan 2024 12:28:59 +0100
Subject: [PATCH] started adding some command functionality
---
.idea/.gitignore | 8 -
.idea/PS-Portfolio.iml | 8 -
.idea/modules.xml | 8 -
.idea/php.xml | 25 --
.idea/vcs.xml | 6 -
filesystem.json | 13 +
{http => httpdocs}/index.html | 6 +-
package-lock.json | 654 ++++++++++++++++++++++++++++++++++
package.json | 5 +
public/js/terminal.js | 25 +-
server.js | 20 +-
11 files changed, 711 insertions(+), 67 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/PS-Portfolio.iml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/php.xml
delete mode 100644 .idea/vcs.xml
create mode 100644 filesystem.json
rename {http => httpdocs}/index.html (88%)
create mode 100644 package-lock.json
create mode 100644 package.json
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/PS-Portfolio.iml b/.idea/PS-Portfolio.iml
deleted file mode 100644
index c956989..0000000
--- a/.idea/PS-Portfolio.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-