Add syncthing ignore files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -37,8 +37,6 @@ migrate_working_dir/
|
|||||||
**/*.freezed.dart
|
**/*.freezed.dart
|
||||||
**/*.mapper.dart
|
**/*.mapper.dart
|
||||||
**/*.gen.dart
|
**/*.gen.dart
|
||||||
**/libclash.so
|
|
||||||
**/libclash.h
|
|
||||||
**/*.dll
|
**/*.dll
|
||||||
**/*.dylib
|
**/*.dylib
|
||||||
**/*.xcframework
|
**/*.xcframework
|
||||||
|
|||||||
31
.stignore
Normal file
31
.stignore
Normal file
@@ -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
|
||||||
11
android/.stignore
Normal file
11
android/.stignore
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
gradle-wrapper.jar
|
||||||
|
.gradle
|
||||||
|
captures/
|
||||||
|
gradlew
|
||||||
|
gradlew.bat
|
||||||
|
local.properties
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
|
key.properties
|
||||||
|
**.keystore
|
||||||
|
**.jks
|
||||||
33
ios/.stignore
Normal file
33
ios/.stignore
Normal file
@@ -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
|
||||||
1
linux/.stignore
Normal file
1
linux/.stignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/flutter/ephemeral
|
||||||
5
macos/.stignore
Normal file
5
macos/.stignore
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
**/Flutter/ephemeral/
|
||||||
|
**/Pods/
|
||||||
|
|
||||||
|
**/dgph
|
||||||
|
**/xcuserdata/
|
||||||
9
windows/.stignore
Normal file
9
windows/.stignore
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/flutter/ephemeral/
|
||||||
|
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
/x64/
|
||||||
|
/x86/
|
||||||
Reference in New Issue
Block a user