1. 08 5月, 2021 2 次提交
  2. 06 5月, 2021 1 次提交
  3. 05 5月, 2021 2 次提交
  4. 13 4月, 2021 1 次提交
  5. 12 7月, 2020 2 次提交
  6. 07 7月, 2020 1 次提交
  7. 05 7月, 2020 1 次提交
  8. 04 7月, 2020 4 次提交
  9. 19 5月, 2020 2 次提交
  10. 14 5月, 2020 1 次提交
  11. 06 5月, 2020 1 次提交
  12. 29 4月, 2020 1 次提交
  13. 21 4月, 2020 1 次提交
  14. 15 4月, 2020 1 次提交
  15. 12 4月, 2020 1 次提交
  16. 07 4月, 2020 1 次提交
  17. 05 4月, 2020 4 次提交
  18. 28 3月, 2020 1 次提交
  19. 13 3月, 2020 3 次提交
  20. 12 3月, 2020 4 次提交
  21. 11 3月, 2020 5 次提交
    • 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
    • E
      Ignore Cython debug symbols (#3330) · 589831e1
      Elijah Shaw-Rutschman 提交于
      Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.
      589831e1
    • M
      Add /public/uploads for file upload gem Shrine (#3333) · 823e38ff
      MetaJuanito Fatas 提交于
      When using a file upload gem called Shrine, its file system mode put images under `public/uploads`.
      
      https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md
      823e38ff