- 29 10月, 2018 2 次提交
-
-
由 Antoine Cœur 提交于
-
由 Brendan Forster 提交于
Remove patch files from repo
-
- 28 10月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
New template file for Images
-
由 Brendan Forster 提交于
Add gitignore for Cypress Semiconductor IDE
-
- 27 10月, 2018 1 次提交
-
-
由 Brendan Forster 提交于
Added *.VC.db to Unity.gitignore
-
- 24 10月, 2018 1 次提交
-
-
由 Brendan Forster 提交于
Add .pyre directory for Pyre type checker
-
- 23 10月, 2018 2 次提交
-
-
由 kitsuyui 提交于
Pyre is a new type-checker for Python developed by facebook in May 2018. https://pyre-check.org/ It makes .pyre directory for storing result or cache for type checking. This directory is environment dependent. So it should be ignored from Git.
-
由 Brendan Forster 提交于
Add support for FuseBox
-
- 20 10月, 2018 1 次提交
-
-
由 Chris 提交于
Project site: [link](https://fuse-box.org/) Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache) Reason: Don't VC cache Hopefully, I did this correctly!
-
- 18 10月, 2018 1 次提交
-
-
由 Clemens Scharfen 提交于
Added *.VC.db to Unity.gitignore, which is an auto generated IntelliSense file from VS2015 Update 2 (replacing the .sdf file).
-
- 14 10月, 2018 5 次提交
-
-
由 Brendan Forster 提交于
Update Xcode.gitignore
-
由 Brendan Forster 提交于
Laravel: only ignore root vendor directory
-
由 Brendan Forster 提交于
Added wildcard ignore for .keystore files
-
由 Brendan Forster 提交于
Ignoring multi-directory a path without ** is not enough
-
由 Dmitry Avtonomov 提交于
-
- 12 10月, 2018 6 次提交
-
-
由 Brendan Forster 提交于
New dependency manager delphi for delphi
-
由 Brendan Forster 提交于
Ignore the new Android Bundle generated files
-
由 Brendan Forster 提交于
-
由 Brendan Forster 提交于
Ignore public/assets in Rails .gitignore
-
由 Brendan Forster 提交于
Update README.md
-
由 Durey Ingeniería 提交于
-
- 07 10月, 2018 1 次提交
-
-
由 Kevin Ruscoe 提交于
'project specific' should really be hyphenated.
-
- 06 10月, 2018 1 次提交
-
-
由 Valentine C 提交于
-
- 03 10月, 2018 2 次提交
-
-
由 Rodrigo Bernardi 提交于
-
由 Rodrigo Bernardi 提交于
[boss](https://github.com/HashLoad/boss) use the module folder for the download dependencies and it is not necessary
-
- 28 9月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Update VisualStudio.gitignore
-
由 Kevin R. Raney 提交于
This will ignore SQL Server Reporting Services user files
-
- 25 9月, 2018 1 次提交
-
-
由 Aurélien Lavorel 提交于
-
- 21 9月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
[TeX] Ignore generated files by 'comment' and 'xcolor' package
-
由 Whisperity 提交于
-
- 18 9月, 2018 3 次提交
-
-
由 Alexander Brevig 提交于
-
由 Brendan Forster 提交于
No need to fully exclude CodeRush settings
-
由 Andrew 提交于
Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
-
- 15 9月, 2018 4 次提交
-
-
由 Brendan Forster 提交于
Ignore build cache file for Android Studio 3.1+
-
由 Brendan Forster 提交于
Added *_wpftmp.csproj to VisualStudio.gitignore
-
由 Jeff Cyr 提交于
-
由 Jonathan Stucklen 提交于
See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification.
-
- 13 9月, 2018 1 次提交
-
-
由 Caleb Chiesa 提交于
Keystore files with an extension of `.keystore` are also valid and commonly used.
-
- 12 9月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Use https for gruntjs link in Node gitignore
-
由 Lake Robin 提交于
In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git.
-