Skip to:
Content

bbPress.org

Changeset 5772 for trunk


Ignore:
Timestamp:
05/14/2015 03:25:23 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add .htaccess, .DS_Store, and .gitignore to .gitignore, taking influence from WordPress core.

Hat-tip netweb. See #2802.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r5531 r5772  
    11# gitignore file for bbPress
     2
     3# Configuration files with possibly sensitive information
     4.htaccess
    25
    36# Files and folders related to build/test tools
     
    912# bbPress's output directory.
    1013/build
     14
     15# Operating system specific files
     16.DS_Store
     17
     18# Ignore other .gitignore files to allow for personal customizations
     19.gitignore
Note: See TracChangeset for help on using the changeset viewer.