We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7626f2d commit 3271effCopy full SHA for 3271eff
.gitignore
@@ -1,11 +1,12 @@
1
# Ignore the configuration file
2
subtree-split.config
3
config.yml
4
-config-secrets.yml
+config_secrets.yml
5
6
-# Ignore the upstream repository
+# Ignore the upstream repository caches
7
upstream
8
upstream-current
9
+upstream-split-source
10
11
# Composer
12
vendor
config.yml.dist
@@ -1,3 +1,5 @@
+# Copy this file to `config.yml` and customize to suit.
+
# This is the upstream project that we plan to split
project_to_split: drupal
# Github User
config_secrets.yml.dist
@@ -0,0 +1,4 @@
+# Copy this file to `config_secrets.yml` and customize to suit.
+github_api_token: 12345...
+packagist_api_token: 12345...
0 commit comments