Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8189ee6

Browse files
chore: add electron deps to //src gitignore (#35148)
chore: add electon deps to //src gitignoreCo-authored-by: Samuel Attard <sattard@salesforce.com>
1 parentcc52f07 commit8189ee6

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

‎patches/chromium/.patches‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ cherry-pick-22abbad430b6.patch
138138
cherry-pick-3cbd5973d704.patch
139139
cherry-pick-902f0d144a5b.patch
140140
cherry-pick-664e0d8b4cfb.patch
141+
chore_add_electron_deps_to_gitignores.patch
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Samuel Attard <sattard@salesforce.com>
3+
Date: Tue, 26 Jul 2022 00:05:29 -0700
4+
Subject: chore: add electron deps to gitignores
5+
6+
Makes things like "git status" quicker when developing electron locally
7+
8+
diff --git a/.gitignore b/.gitignore
9+
index 5a473b051598d15aee36550a2a393912f155f534..0f09c61758711b46838031b98e76c4cf5ca9fda8 100644
10+
--- a/.gitignore
11+
+++ b/.gitignore
12+
@@ -218,6 +218,7 @@ vs-chromium-project.txt
13+
/delegate_execute
14+
/device/serial/device_serial_mojo.xml
15+
/docs/website
16+
+/electron
17+
/google_apis/gcm/gcm.xml
18+
/google_apis/internal
19+
/googleurl
20+
diff --git a/third_party/.gitignore b/third_party/.gitignore
21+
index 9163a971d3a0ac13e8e3b8620cd9bfd196d7fd78..6feb071b816c26e8da9080393eaa52ef4c6d802a 100644
22+
--- a/third_party/.gitignore
23+
+++ b/third_party/.gitignore
24+
@@ -78,6 +78,7 @@
25+
/directxsdk
26+
/dom_distiller_js/dist
27+
/eigen3/src
28+
+/electron_node
29+
/elfutils/src
30+
/emoji-segmenter/src
31+
/emoji-metadata/src
32+
@@ -172,6 +173,7 @@
33+
/mocha
34+
/mockito/src
35+
/nacl_sdk_binaries/
36+
+/nan
37+
/nasm
38+
/nearby/src
39+
/neon_2_sse/src
40+
@@ -235,6 +237,7 @@
41+
/speex
42+
/sqlite/src
43+
/sqlite4java/lib/
44+
+/squirrel.mac
45+
/subresource-filter-ruleset/data/UnindexedRules
46+
/swiftshader/
47+
/syzygy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp