summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-18 12:44:24 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-18 12:45:20 +0200
commit5978038b184eb8eeb815bd7fdc57965a657614a7 (patch)
tree3c04e08a19f400dbabb767ef30bba49cb2f01f2e /.gitignore
parent27e153ecc5eeaaf333552b8e8ebc604e92e64fd5 (diff)
downloadplantagenet-5978038b184eb8eeb815bd7fdc57965a657614a7.tar.gz
Add typescript configuration to eslint and package.json
To setup environment: npm install To develop, run this in a separate terminal: npm run dev
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8702f8f..8082d69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
HIRES
+node_modules
+rules.d.ts
+package-lock.json