diff --git a/TD1/.gitignore b/TD1/.gitignore new file mode 100644 index 0000000..5ab809e --- /dev/null +++ b/TD1/.gitignore @@ -0,0 +1,13 @@ +### ApacheCordova ### +# Apache Cordova generated files and directories +bin/* +!/plugins +!/plugins/android.json +!/plugins/fetch.json +plugins/* +platforms/* + +node_modules +www/index.js +js/**/*.js +js/**/*.js.map \ No newline at end of file