From a571d80482f90366be129de68165c52820c49a72 Mon Sep 17 00:00:00 2001 From: Luc SORIGNET Date: Sat, 15 Feb 2025 13:10:06 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20s=C3=A9paration=20des=20gitignores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ------- Back-End/.gitignore | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 Back-End/.gitignore diff --git a/.gitignore b/.gitignore index 1770d0d..bf46567 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -Back-End/*/Configuration/application.json .venv/ -__pycache__/ node_modules/ -Back-End/*/migrations/* -Back-End/documents -Back-End/data -Back-End/*.dmp -Back-End/staticfiles hardcoded-strings-report.md \ No newline at end of file diff --git a/Back-End/.gitignore b/Back-End/.gitignore new file mode 100644 index 0000000..636e5aa --- /dev/null +++ b/Back-End/.gitignore @@ -0,0 +1,7 @@ +__pycache__ +/*/migrations/* +documents +data +*.dmp +staticfiles +/*/Configuration/application.json \ No newline at end of file