From ec451f8d50d15c0e491a81f7349574a094e2054f Mon Sep 17 00:00:00 2001 From: OMGiTzPomPom Date: Fri, 9 Dec 2022 14:58:02 +0100 Subject: [PATCH] gitignore --- TD1/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TD1/.gitignore 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