Opened 8 years ago
Closed 8 years ago
#38779 closed defect (bug) (fixed)
Ensure untracked files are listed by git in core themes
Reported by: | westonruter | Owned by: | westonruter |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
Because /src/wp-content/theme
is ignored in .gitignore
, any new files added to core themes will not be listed when doing git status
, and any such files will not be added with doing git add
without --force
, giving the error message: “The following paths are ignored by one of your .gitignore files”.
Following up on #27207.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I tried to commit but I got an SVN pre-commit hook error: