Opened 9 years ago
Closed 9 years ago
#39114 closed enhancement (worksforme)
Add Git Ignore
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The git clone of the wordpress repository should really have a .gitignore file with, as a bare minimum,
*.log
so that people using wordpress in a git submodule don't keep getting submodule warnings when a log file is created
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hey there,
The Git mirror at https://develop.git.wordpress.org already contains a .gitignore file, just like https://develop.svn.wordpress.org. Right now, the Git repository at https://github.com/wordpress/wordpress is a mirror of https://core.svn.wordpress.org, but the plan is to eventually make it a mirror of the develop repository (see https://meta.trac.wordpress.org/ticket/633).