From 53adb8226bee113ced2f776de198f42024e0eba8 Mon Sep 17 00:00:00 2001 From: orangdeso Date: Mon, 3 Feb 2025 14:56:42 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 50 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 10a8593..1336f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,46 @@ -# Object file -*.o -.env +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +.fvm/ +.fvmrc +migrate_working_dir/ -# Ada Library Information -*.ali +# 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 +.flutter-plugins-dependencies +.pub-cache/ +.pub/ +/build/ + +# 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 +.env \ No newline at end of file