Changeset 50219
- Timestamp:
- 02/05/2021 04:36:17 AM (4 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
- Property svn:global-ignores
-
old new 1 1 wp-config.php 2 2 wp-tests-config.php 3 .DS_Store 3 4 .gitignore 5 6 # Files related to applying patches 7 *.rej 8 *.orig 9 *.patch 10 *.diff
-
- Property svn:mergeinfo changed
/trunk merged: 39360-39361
- Property svn:global-ignores
-
branches/4.0/.gitignore
r27298 r50219 16 16 /build 17 17 /tests/phpunit/build 18 /wp-cli.local.yml 18 19 19 20 # Files and folders that get created in wp-content … … 39 40 # Ignore other .gitignore files to allow for personal customizations 40 41 .gitignore 42 43 # Files related to applying patches 44 *.rej 45 *.orig 46 *.patch 47 *.diff
Note: See TracChangeset
for help on using the changeset viewer.