Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48154, comment 83


Ignore:
Timestamp:
03/13/2020 05:00:15 AM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48154, comment 83

    initial v1  
    11To ignore `/src/wp-includes/assets` again it will have to be SVN deleted, and added to the ignored props on the parent dir, `/src/wp-includes`. Then, when building, it will be created again but will not be committed.
     2
     3One problem with version control is that once a file is added and committed, it never really goes away. It may be deleted in the current revision, but as soon as you restore a previous revision it is created again...
     4
     5When that happens, if an unversioned file already exists at the same location, it will cause conflict.
     6
     7The only way to prevent that is to start "fresh". Thinking won't need to rename the directory but would need to rename the file.
    28
    39> We need to ensure that PHPUnit tests pass without JS build files.