Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13362

The whole cache dir (excluding the .htaccess and index.html files) should be ignored by git

    XMLWordPrintable

Details

    Description

      We should add them to the gitignore of 3.1 and 3.2:

      nickv@NICKV-DESKTOP i/xampp/htdocs/phpBB
      $ git status
      On branch develop
      Your branch is up-to-date with 'p/develop'.
       
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
       
              phpBB/cache/production/
       
      nothing added to commit but untracked files present (use "git add" to track)

      nickv@NICKV-DESKTOP i/xampp/htdocs/phpBB
      $ git checkout develop-ascraeus
      Branch develop-ascraeus set up to track remote branch develop-ascraeus from p.
      Switched to a new branch 'develop-ascraeus'
       
      nickv@NICKV-DESKTOP i/xampp/htdocs/phpBB
      $ git status
      On branch develop-ascraeus
      Your branch is up-to-date with 'p/develop-ascraeus'.
       
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
       
              phpBB/cache/production/
       
      nothing added to commit but untracked files present (use "git add" to track)

      Attachments

        Activity

          People

            nicofuma nicofuma
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: