From aceb374c0f8622d6960f4ceb841078d017ca9378 Mon Sep 17 00:00:00 2001 From: shinra32 Date: Fri, 22 May 2026 14:07:42 -0600 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20archivo=20.gitignore=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recolecta_app/.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 recolecta_app/.gitignore diff --git a/recolecta_app/.gitignore b/recolecta_app/.gitignore new file mode 100644 index 0000000..3820a95 --- /dev/null +++ b/recolecta_app/.gitignore @@ -0,0 +1,45 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.build/ +.buildlog/ +.history +.svn/ +.swiftpm/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins-dependencies +.pub-cache/ +.pub/ +/build/ +/coverage/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release