diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7dccd970 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results + +node_modules +npm-debug.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..2efa8743 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +cozy-template-js +================ + +Template project to create quickly a cozy application with Javascript \ No newline at end of file