diff --git a/tp1b/.gitignore b/tp1b/.gitignore new file mode 100644 index 0000000..9dd5cef --- /dev/null +++ b/tp1b/.gitignore @@ -0,0 +1,17 @@ +# npm +node_modules +package-lock.json +*.log +*.gz + +# Coveralls +.nyc_output +coverage + +# Benchmarking +benchmarks/graphs + +.idea + +# ignore additional files using core.excludesFile +# https://git-scm.com/docs/gitignore \ No newline at end of file diff --git a/tp1b/index.html b/tp1b/index.html new file mode 100644 index 0000000..9183a78 --- /dev/null +++ b/tp1b/index.html @@ -0,0 +1,22 @@ + +