From 4605928e7f3700ec2d357758d58891e17283321e Mon Sep 17 00:00:00 2001 From: antux18 Date: Fri, 2 Sep 2022 14:14:00 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20fichier=20avec=20les=20=C3=A9l?= =?UTF-8?q?=C3=A9ments=20=C3=A0=20envoyer=20sur=20le=20serveur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + items_to_push.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 items_to_push.txt diff --git a/.gitignore b/.gitignore index 8f4c3ba..bbaf4e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__/ *.py[cod] *$py.class cache/ +push_to_server.sh \ No newline at end of file diff --git a/items_to_push.txt b/items_to_push.txt new file mode 100644 index 0000000..97273c3 --- /dev/null +++ b/items_to_push.txt @@ -0,0 +1,7 @@ +data +static +templates +app.py +date_tools.py +objects.py +rooms_get.py \ No newline at end of file