1. 08 5月, 2021 3 次提交
  2. 06 5月, 2021 1 次提交
  3. 05 5月, 2021 2 次提交
  4. 21 4月, 2021 1 次提交
    • P
      Add nuget.config file · 5f1ce294
      Parsa 提交于
      Add nuget.config file because it contains secret data and should be kept localy
      5f1ce294
  5. 13 4月, 2021 1 次提交
  6. 12 7月, 2020 2 次提交
  7. 07 7月, 2020 1 次提交
  8. 05 7月, 2020 1 次提交
  9. 04 7月, 2020 4 次提交
  10. 19 5月, 2020 2 次提交
  11. 14 5月, 2020 1 次提交
  12. 06 5月, 2020 1 次提交
  13. 29 4月, 2020 1 次提交
  14. 21 4月, 2020 1 次提交
  15. 15 4月, 2020 1 次提交
  16. 12 4月, 2020 1 次提交
  17. 07 4月, 2020 1 次提交
  18. 05 4月, 2020 4 次提交
  19. 28 3月, 2020 1 次提交
  20. 13 3月, 2020 3 次提交
  21. 12 3月, 2020 4 次提交
  22. 11 3月, 2020 3 次提交
    • C
      [Node] Add yarn v2 excludes (#3327) · be4f76b4
      ChiefORZ 提交于
      be4f76b4
    • J
      Add Unity's Addressables and Android's temp files. (#3311) · dc8c27c5
      JasperCiti 提交于
      * Added Addressables.
      
      Prevent automatically generated addressable files to end up in Git.
      
      * Update .gitignore to exclude packed Addressables and Android auto-generated files.
      dc8c27c5
    • S
      Improved JENKINS_HOME example (#3332) · 81ebaeca
      Sam Gleske 提交于
      After years of use I've come up with some improvements to the
      `JENKINS_HOME.gitignore` example.
      
      - Major performance improvement: On very large Jenkins installations that
        have been running for more than one year, there tends to be many builds
        (hundreds of thousands of builds).  The `builds` directory of these
        jobs contain millions of files which would cause Git to hang for
        several minutes on simple commands like `git status` and longer for
        committing changes.  `strace` was used on Git to figure out the
        performance impact and this proposed change includes the optimization.
        I also added a clear comment explaining the line's purpose.
      - There's an example for how to include Jenkins encryption keys, and
        there's a disclaimer informing the user why they shouldn't but still
        giving an example.
      - Comments have been reworded and slightly reformatted to be a little
        more clear.
      81ebaeca