From 7cd8364b07f7959a56898fe31adafd2070cf9bde Mon Sep 17 00:00:00 2001 From: Rampeur Date: Wed, 6 Aug 2025 09:12:16 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20fichier=20gitignore=20=C3=A0=20la?= =?UTF-8?q?=20racine=20du=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8a6659 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.nx/ +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# e2e +/e2e/*.js +/e2e/*.map + +# System files +.DS_Store +Thumbs.db + +# SonarQube +.scannerwork/ +sonar.properties + +**/*.copy.ts +**/*.copy.scss +**/*.copy.html