From ec4e33f7ff9b2df647159c965a46835e61e8f5d1 Mon Sep 17 00:00:00 2001 From: Saidi Aya <aya.saidi@auditeur.ec-lyon.fr> Date: Fri, 7 Oct 2022 15:26:56 +0000 Subject: [PATCH] Add new file --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e845d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. +data -- GitLab