Skip to content

Commit f630746

Browse files
authored
Merge branch 'main' into actually_disable_stars
2 parents 2458ac0 + a4676db commit f630746

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+385
-5
lines changed

.github/workflows/cron-licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: cron-licenses
22

33
on:
4-
schedule:
5-
- cron: "7 0 * * 1" # every Monday at 00:07 UTC
4+
#schedule:
5+
# - cron: "7 0 * * 1" # every Monday at 00:07 UTC
66
workflow_dispatch:
77

88
jobs:

options/gitignore/Flutter

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
# Miscellaneous
2+
*.class
3+
*.lock
4+
*.log
5+
*.pyc
6+
*.swp
7+
.buildlog/
8+
.history
9+
10+
11+
12+
# Flutter repo-specific
13+
/bin/cache/
14+
/bin/internal/bootstrap.bat
15+
/bin/internal/bootstrap.sh
16+
/bin/mingit/
17+
/dev/benchmarks/mega_gallery/
18+
/dev/bots/.recipe_deps
19+
/dev/bots/android_tools/
20+
/dev/devicelab/ABresults*.json
21+
/dev/docs/doc/
22+
/dev/docs/flutter.docs.zip
23+
/dev/docs/lib/
24+
/dev/docs/pubspec.yaml
25+
/dev/integration_tests/**/xcuserdata
26+
/dev/integration_tests/**/Pods
27+
/packages/flutter/coverage/
28+
version
29+
analysis_benchmark.json
30+
31+
# packages file containing multi-root paths
32+
.packages.generated
33+
34+
# Flutter/Dart/Pub related
35+
**/doc/api/
36+
.dart_tool/
37+
.flutter-plugins
38+
.flutter-plugins-dependencies
39+
**/generated_plugin_registrant.dart
40+
.packages
41+
.pub-preload-cache/
42+
.pub/
43+
build/
44+
flutter_*.png
45+
linked_*.ds
46+
unlinked.ds
47+
unlinked_spec.ds
48+
49+
# Android related
50+
**/android/**/gradle-wrapper.jar
51+
.gradle/
52+
**/android/captures/
53+
**/android/gradlew
54+
**/android/gradlew.bat
55+
**/android/local.properties
56+
**/android/**/GeneratedPluginRegistrant.java
57+
**/android/key.properties
58+
*.jks
59+
60+
# iOS/XCode related
61+
**/ios/**/*.mode1v3
62+
**/ios/**/*.mode2v3
63+
**/ios/**/*.moved-aside
64+
**/ios/**/*.pbxuser
65+
**/ios/**/*.perspectivev3
66+
**/ios/**/*sync/
67+
**/ios/**/.sconsign.dblite
68+
**/ios/**/.tags*
69+
**/ios/**/.vagrant/
70+
**/ios/**/DerivedData/
71+
**/ios/**/Icon?
72+
**/ios/**/Pods/
73+
**/ios/**/.symlinks/
74+
**/ios/**/profile
75+
**/ios/**/xcuserdata
76+
**/ios/.generated/
77+
**/ios/Flutter/.last_build_id
78+
**/ios/Flutter/App.framework
79+
**/ios/Flutter/Flutter.framework
80+
**/ios/Flutter/Flutter.podspec
81+
**/ios/Flutter/Generated.xcconfig
82+
**/ios/Flutter/ephemeral
83+
**/ios/Flutter/app.flx
84+
**/ios/Flutter/app.zip
85+
**/ios/Flutter/flutter_assets/
86+
**/ios/Flutter/flutter_export_environment.sh
87+
**/ios/ServiceDefinitions.json
88+
**/ios/Runner/GeneratedPluginRegistrant.*
89+
90+
# macOS
91+
**/Flutter/ephemeral/
92+
**/Pods/
93+
**/macos/Flutter/GeneratedPluginRegistrant.swift
94+
**/macos/Flutter/ephemeral
95+
**/xcuserdata/
96+
97+
# Windows
98+
**/windows/flutter/generated_plugin_registrant.cc
99+
**/windows/flutter/generated_plugin_registrant.h
100+
**/windows/flutter/generated_plugins.cmake
101+
102+
# Linux
103+
**/linux/flutter/generated_plugin_registrant.cc
104+
**/linux/flutter/generated_plugin_registrant.h
105+
**/linux/flutter/generated_plugins.cmake
106+
107+
# Coverage
108+
coverage/
109+
110+
# Symbols
111+
app.*.symbols
112+
113+
# Exceptions to above rules.
114+
!**/ios/**/default.mode1v3
115+
!**/ios/**/default.mode2v3
116+
!**/ios/**/default.pbxuser
117+
!**/ios/**/default.perspectivev3
118+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
119+
!/dev/ci/**/Gemfile.lock

options/gitignore/Nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Ignore build outputs from performing a nix-build or `nix build` command
22
result
33
result-*
4+
5+
# Ignore automatically generated direnv output
6+
.direnv
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Excludes Obsidian workspace cache and plugins. All notes and core obsidian
2+
# configuration files are tracked by Git.
3+
4+
# The current application UI state (DOM layout, recently-opened files, etc.) is
5+
# stored in these files (separate for desktop and mobile) so you can resume
6+
# your session seamlessly after a restart. If you want to track UI state, use
7+
# the Workspaces core plugin instead of relying on these files.
8+
.obsidian/workspace.json
9+
.obsidian/workspace-mobile.json
10+
11+
# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They
12+
# contain metadata (manifest.json), application code (main.js), stylesheets
13+
# (styles.css), and user-configuration data (data.json).
14+
# We want to exclude all plugin-related files, so we can exclude everything
15+
# under this directory.
16+
.obsidian/plugins/**/*
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Excludes Obsidian workspace cache and plugin code, but retains plugin
2+
# configuration. All notes and user-controlled configuration files are tracked
3+
# by Git.
4+
#
5+
# !!! WARNING !!!
6+
#
7+
# Community plugins may store sensitive secrets in their data.json files. By
8+
# including these files, those secrets may be tracked in your Git repository.
9+
#
10+
# To ignore configurations for specific plugins, add a line like this after the
11+
# contents of this file (order is important):
12+
# .obsidian/plugins/{{plugin_name}}/data.json
13+
#
14+
# Alternatively, ensure that you are treating your entire Git repository as
15+
# sensitive data, since it may contain secrets, or may have contained them in
16+
# past commits. Understand your threat profile, and make the decision
17+
# appropriate for yourself. If in doubt, err on the side of not including
18+
# plugin configuration. Use one of the alternative gitignore files instead:
19+
# * NotesOnly.gitignore
20+
# * NotesAndCoreConfiguration.gitignore
21+
22+
# The current application UI state (DOM layout, recently-opened files, etc.) is
23+
# stored in these files (separate for desktop and mobile) so you can resume
24+
# your session seamlessly after a restart. If you want to track UI state, use
25+
# the Workspaces core plugin instead of relying on these files.
26+
.obsidian/workspace.json
27+
.obsidian/workspace-mobile.json
28+
29+
# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They
30+
# contain metadata (manifest.json), application code (main.js), stylesheets
31+
# (styles.css), and user-configuration data (data.json).
32+
# We only want to track data.json, so we:
33+
# 1. exclude everything under the plugins directory recursively,
34+
# 2. unignore the plugin directories themselves, which then allows us to
35+
# 3. unignore the data.json files
36+
.obsidian/plugins/**/*
37+
!.obsidian/plugins/*/
38+
!.obsidian/plugins/*/data.json

options/gitignore/NotesOnly

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Excludes all Obsidian-related configuration. All notes are tracked by Git.
2+
3+
# All Obsidian configuration and runtime state is stored here
4+
.obsidian/**/*

options/locale/locale_cs-CZ.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ webauthn_reload=Znovu načíst
5454
repository=Repozitář
5555
organization=Organizace
5656
mirror=Zrcadlo
57+
issue_milestone=Milník
5758
new_repo=Nový repozitář
5859
new_migrate=Nová migrace
5960
new_mirror=Nové zrcadlo
@@ -1253,6 +1254,7 @@ labels=Štítky
12531254
org_labels_desc=Štítky na úrovni organizace, které mohou být použity se <strong>všemi repozitáři</strong> v rámci této organizace
12541255
org_labels_desc_manage=spravovat
12551256

1257+
milestone=Milník
12561258
milestones=Milníky
12571259
commits=Commity
12581260
commit=Commit
@@ -2873,6 +2875,7 @@ view_as_role=Zobrazit jako: %s
28732875
view_as_public_hint=Prohlížíte README jako veřejný uživatel.
28742876
view_as_member_hint=Prohlížíte README jako člen této organizace.
28752877

2878+
28762879
[admin]
28772880
maintenance=Údržba
28782881
dashboard=Přehled

options/locale/locale_de-DE.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ webauthn_reload=Neu laden
5454
repository=Repository
5555
organization=Organisation
5656
mirror=Mirror
57+
issue_milestone=Meilenstein
5758
new_repo=Neues Repository
5859
new_migrate=Neue Migration
5960
new_mirror=Neuer Mirror
@@ -1247,6 +1248,7 @@ labels=Label
12471248
org_labels_desc=Labels der Organisationsebene, die mit <strong>allen Repositories</strong> in dieser Organisation verwendet werden können
12481249
org_labels_desc_manage=verwalten
12491250
1251+
milestone=Meilenstein
12501252
milestones=Meilensteine
12511253
commits=Commits
12521254
commit=Commit
@@ -2854,6 +2856,7 @@ teams.invite.by=Von %s eingeladen
28542856
teams.invite.description=Bitte klicke auf die folgende Schaltfläche, um dem Team beizutreten.
28552857

28562858

2859+
28572860
[admin]
28582861
maintenance=Wartung
28592862
dashboard=Dashboard

options/locale/locale_el-GR.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ webauthn_reload=Ανανέωση
5353
repository=Αποθετήριο
5454
organization=Οργανισμός
5555
mirror=Αντίγραφο
56+
issue_milestone=Ορόσημο
5657
new_repo=Νέο Αποθετήριο
5758
new_migrate=Νέα Μεταφορά
5859
new_mirror=Νέο Είδωλο
@@ -1119,6 +1120,7 @@ labels=Σήματα
11191120
org_labels_desc=Τα σήματα στο επίπεδο οργανισμού, που μπορούν να χρησιμοποιηθούν με <strong>όλα τα αποθετήρια</strong> κάτω από αυτόν τον οργανισμό
11201121
org_labels_desc_manage=διαχείριση
11211122

1123+
milestone=Ορόσημο
11221124
milestones=Ορόσημα
11231125
commits=Υποβολές
11241126
commit=Υποβολή
@@ -2590,6 +2592,7 @@ teams.invite.by=Προσκλήθηκε από %s
25902592
teams.invite.description=Παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για συμμετοχή στην ομάδα.
25912593

25922594

2595+
25932596
[admin]
25942597
dashboard=Πίνακας Ελέγχου
25952598
identity_access=Ταυτότητα & Πρόσβαση

options/locale/locale_en-US.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,8 @@ settings.event_fork = Fork
23312331
settings.event_fork_desc = Repository forked.
23322332
settings.event_wiki = Wiki
23332333
settings.event_wiki_desc = Wiki page created, renamed, edited or deleted.
2334+
settings.event_statuses = Statuses
2335+
settings.event_statuses_desc = Commit Status updated from the API.
23342336
settings.event_release = Release
23352337
settings.event_release_desc = Release published, updated or deleted in a repository.
23362338
settings.event_push = Push

0 commit comments

Comments
 (0)