Skip to:
Content

bbPress.org

Changeset 5457


Ignore:
Timestamp:
08/18/2014 04:42:53 AM (11 years ago)
Author:
netweb
Message:

Sync ignore properties of SVN and Git

  • Git - More robust .gitignore file
  • SVN - Ignore npm-debug.log
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11build
        22node_modules
         3npm-debug.log
        34phpunit.xml
  • trunk/.gitignore

    r5284 r5457  
    1 lib-cov
    2 *.seed
    3 *.log
    4 *.csv
    5 *.dat
    6 *.out
    7 *.pid
    8 *.gz
     1# gitignore file for bbPress
    92
    10 pids
    11 logs
    12 results
    13 
    14 node_modules
    15 npm-debug.log
     3# Files and folders related to build/test tools
     4phpunit.xml
     5/tests/phpunit/build
     6/node_modules
     7/npm-debug.log
    168
    179# bbPress's output directory.
    18 build
     10/build
Note: See TracChangeset for help on using the changeset viewer.