diff --git a/autosize.min.js b/autosize.min.js new file mode 120000 index 0000000..c4af144 --- /dev/null +++ b/autosize.min.js @@ -0,0 +1 @@ +node_modules/autosize/dist/autosize.min.js \ No newline at end of file diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..c028df3 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,3 @@ +{ + "ignoreRoot": [".git"] +}