From ea1349778cfaab43e332c446b21f30df06f4c979 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sat, 10 Feb 2024 17:32:58 +0330 Subject: [PATCH] Add syncthing ignore files --- .gitignore | 2 -- .stignore | 31 +++++++++++++++++++++++++++++++ android/.stignore | 11 +++++++++++ ios/.stignore | 33 +++++++++++++++++++++++++++++++++ linux/.stignore | 1 + macos/.stignore | 5 +++++ windows/.stignore | 9 +++++++++ 7 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 .stignore create mode 100644 android/.stignore create mode 100644 ios/.stignore create mode 100644 linux/.stignore create mode 100644 macos/.stignore create mode 100644 windows/.stignore diff --git a/.gitignore b/.gitignore index ccae89b2..758f1ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,8 +37,6 @@ migrate_working_dir/ **/*.freezed.dart **/*.mapper.dart **/*.gen.dart -**/libclash.so -**/libclash.h **/*.dll **/*.dylib **/*.xcframework diff --git a/.stignore b/.stignore new file mode 100644 index 00000000..7d6411b7 --- /dev/null +++ b/.stignore @@ -0,0 +1,31 @@ +#include /.stignore +#include /android/.stignore +#include /ios/.stignore +#include /linux/.stignore +#include /windows/.stignore +#include /macos/.stignore + +.git + +.DS_Store +.idea +.dart_tool + +.flutter-plugins +.flutter-plugins-dependencies + +.packages +.pub-cache +.pub +build + +*.log +*.iml +*.ipr +*.iws + +**/ios/Flutter/.last_build_id + +/android/app/debug +/android/app/profile +/android/app/release diff --git a/android/.stignore b/android/.stignore new file mode 100644 index 00000000..03bc1f9a --- /dev/null +++ b/android/.stignore @@ -0,0 +1,11 @@ +gradle-wrapper.jar +.gradle +captures/ +gradlew +gradlew.bat +local.properties +GeneratedPluginRegistrant.java + +key.properties +**.keystore +**.jks \ No newline at end of file diff --git a/ios/.stignore b/ios/.stignore new file mode 100644 index 00000000..c11a43c6 --- /dev/null +++ b/ios/.stignore @@ -0,0 +1,33 @@ +/**/dgph +/*.mode1v3 +/*.mode2v3 +/*.moved-aside +/*.pbxuser +/*.perspectivev3 +/**/*sync/ +/.sconsign.dblite +/.tags* +/**/.vagrant/ +/**/DerivedData/ +/Icon? +/**/Pods/ +/**/.symlinks/ +/profile +/xcuserdata +/**/.generated/ +/Flutter/App.framework +/Flutter/Flutter.framework +/Flutter/Flutter.podspec +/Flutter/Generated.xcconfig +/Flutter/ephemeral/ +/Flutter/app.flx +/Flutter/app.zip +/Flutter/flutter_assets/ +/Flutter/flutter_export_environment.sh +/ServiceDefinitions.json +/Runner/GeneratedPluginRegistrant.* + +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/linux/.stignore b/linux/.stignore new file mode 100644 index 00000000..7d115384 --- /dev/null +++ b/linux/.stignore @@ -0,0 +1 @@ +/flutter/ephemeral diff --git a/macos/.stignore b/macos/.stignore new file mode 100644 index 00000000..bf9897d0 --- /dev/null +++ b/macos/.stignore @@ -0,0 +1,5 @@ +**/Flutter/ephemeral/ +**/Pods/ + +**/dgph +**/xcuserdata/ diff --git a/windows/.stignore b/windows/.stignore new file mode 100644 index 00000000..8c17aca5 --- /dev/null +++ b/windows/.stignore @@ -0,0 +1,9 @@ +/flutter/ephemeral/ + +*.suo +*.user +*.userosscache +*.sln.docstates + +/x64/ +/x86/