mirror of https://github.com/go-gitea/gitea.git
5 changed files with 180 additions and 0 deletions
@ -0,0 +1,119 @@
@@ -0,0 +1,119 @@
|
||||
# Miscellaneous |
||||
*.class |
||||
*.lock |
||||
*.log |
||||
*.pyc |
||||
*.swp |
||||
.buildlog/ |
||||
.history |
||||
|
||||
|
||||
|
||||
# Flutter repo-specific |
||||
/bin/cache/ |
||||
/bin/internal/bootstrap.bat |
||||
/bin/internal/bootstrap.sh |
||||
/bin/mingit/ |
||||
/dev/benchmarks/mega_gallery/ |
||||
/dev/bots/.recipe_deps |
||||
/dev/bots/android_tools/ |
||||
/dev/devicelab/ABresults*.json |
||||
/dev/docs/doc/ |
||||
/dev/docs/flutter.docs.zip |
||||
/dev/docs/lib/ |
||||
/dev/docs/pubspec.yaml |
||||
/dev/integration_tests/**/xcuserdata |
||||
/dev/integration_tests/**/Pods |
||||
/packages/flutter/coverage/ |
||||
version |
||||
analysis_benchmark.json |
||||
|
||||
# packages file containing multi-root paths |
||||
.packages.generated |
||||
|
||||
# Flutter/Dart/Pub related |
||||
**/doc/api/ |
||||
.dart_tool/ |
||||
.flutter-plugins |
||||
.flutter-plugins-dependencies |
||||
**/generated_plugin_registrant.dart |
||||
.packages |
||||
.pub-preload-cache/ |
||||
.pub/ |
||||
build/ |
||||
flutter_*.png |
||||
linked_*.ds |
||||
unlinked.ds |
||||
unlinked_spec.ds |
||||
|
||||
# Android related |
||||
**/android/**/gradle-wrapper.jar |
||||
.gradle/ |
||||
**/android/captures/ |
||||
**/android/gradlew |
||||
**/android/gradlew.bat |
||||
**/android/local.properties |
||||
**/android/**/GeneratedPluginRegistrant.java |
||||
**/android/key.properties |
||||
*.jks |
||||
|
||||
# iOS/XCode related |
||||
**/ios/**/*.mode1v3 |
||||
**/ios/**/*.mode2v3 |
||||
**/ios/**/*.moved-aside |
||||
**/ios/**/*.pbxuser |
||||
**/ios/**/*.perspectivev3 |
||||
**/ios/**/*sync/ |
||||
**/ios/**/.sconsign.dblite |
||||
**/ios/**/.tags* |
||||
**/ios/**/.vagrant/ |
||||
**/ios/**/DerivedData/ |
||||
**/ios/**/Icon? |
||||
**/ios/**/Pods/ |
||||
**/ios/**/.symlinks/ |
||||
**/ios/**/profile |
||||
**/ios/**/xcuserdata |
||||
**/ios/.generated/ |
||||
**/ios/Flutter/.last_build_id |
||||
**/ios/Flutter/App.framework |
||||
**/ios/Flutter/Flutter.framework |
||||
**/ios/Flutter/Flutter.podspec |
||||
**/ios/Flutter/Generated.xcconfig |
||||
**/ios/Flutter/ephemeral |
||||
**/ios/Flutter/app.flx |
||||
**/ios/Flutter/app.zip |
||||
**/ios/Flutter/flutter_assets/ |
||||
**/ios/Flutter/flutter_export_environment.sh |
||||
**/ios/ServiceDefinitions.json |
||||
**/ios/Runner/GeneratedPluginRegistrant.* |
||||
|
||||
# macOS |
||||
**/Flutter/ephemeral/ |
||||
**/Pods/ |
||||
**/macos/Flutter/GeneratedPluginRegistrant.swift |
||||
**/macos/Flutter/ephemeral |
||||
**/xcuserdata/ |
||||
|
||||
# Windows |
||||
**/windows/flutter/generated_plugin_registrant.cc |
||||
**/windows/flutter/generated_plugin_registrant.h |
||||
**/windows/flutter/generated_plugins.cmake |
||||
|
||||
# Linux |
||||
**/linux/flutter/generated_plugin_registrant.cc |
||||
**/linux/flutter/generated_plugin_registrant.h |
||||
**/linux/flutter/generated_plugins.cmake |
||||
|
||||
# Coverage |
||||
coverage/ |
||||
|
||||
# Symbols |
||||
app.*.symbols |
||||
|
||||
# Exceptions to above rules. |
||||
!**/ios/**/default.mode1v3 |
||||
!**/ios/**/default.mode2v3 |
||||
!**/ios/**/default.pbxuser |
||||
!**/ios/**/default.perspectivev3 |
||||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
||||
!/dev/ci/**/Gemfile.lock |
||||
@ -1,3 +1,6 @@
@@ -1,3 +1,6 @@
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command |
||||
result |
||||
result-* |
||||
|
||||
# Ignore automatically generated direnv output |
||||
.direnv |
||||
|
||||
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
# Excludes Obsidian workspace cache and plugins. All notes and core obsidian |
||||
# configuration files are tracked by Git. |
||||
|
||||
# The current application UI state (DOM layout, recently-opened files, etc.) is |
||||
# stored in these files (separate for desktop and mobile) so you can resume |
||||
# your session seamlessly after a restart. If you want to track UI state, use |
||||
# the Workspaces core plugin instead of relying on these files. |
||||
.obsidian/workspace.json |
||||
.obsidian/workspace-mobile.json |
||||
|
||||
# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They |
||||
# contain metadata (manifest.json), application code (main.js), stylesheets |
||||
# (styles.css), and user-configuration data (data.json). |
||||
# We want to exclude all plugin-related files, so we can exclude everything |
||||
# under this directory. |
||||
.obsidian/plugins/**/* |
||||
@ -0,0 +1,38 @@
@@ -0,0 +1,38 @@
|
||||
# Excludes Obsidian workspace cache and plugin code, but retains plugin |
||||
# configuration. All notes and user-controlled configuration files are tracked |
||||
# by Git. |
||||
# |
||||
# !!! WARNING !!! |
||||
# |
||||
# Community plugins may store sensitive secrets in their data.json files. By |
||||
# including these files, those secrets may be tracked in your Git repository. |
||||
# |
||||
# To ignore configurations for specific plugins, add a line like this after the |
||||
# contents of this file (order is important): |
||||
# .obsidian/plugins/{{plugin_name}}/data.json |
||||
# |
||||
# Alternatively, ensure that you are treating your entire Git repository as |
||||
# sensitive data, since it may contain secrets, or may have contained them in |
||||
# past commits. Understand your threat profile, and make the decision |
||||
# appropriate for yourself. If in doubt, err on the side of not including |
||||
# plugin configuration. Use one of the alternative gitignore files instead: |
||||
# * NotesOnly.gitignore |
||||
# * NotesAndCoreConfiguration.gitignore |
||||
|
||||
# The current application UI state (DOM layout, recently-opened files, etc.) is |
||||
# stored in these files (separate for desktop and mobile) so you can resume |
||||
# your session seamlessly after a restart. If you want to track UI state, use |
||||
# the Workspaces core plugin instead of relying on these files. |
||||
.obsidian/workspace.json |
||||
.obsidian/workspace-mobile.json |
||||
|
||||
# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They |
||||
# contain metadata (manifest.json), application code (main.js), stylesheets |
||||
# (styles.css), and user-configuration data (data.json). |
||||
# We only want to track data.json, so we: |
||||
# 1. exclude everything under the plugins directory recursively, |
||||
# 2. unignore the plugin directories themselves, which then allows us to |
||||
# 3. unignore the data.json files |
||||
.obsidian/plugins/**/* |
||||
!.obsidian/plugins/*/ |
||||
!.obsidian/plugins/*/data.json |
||||
Loading…
Reference in new issue