- 22 3月, 2019 1 次提交
-
-
由 Aaron Zeng 提交于
-
- 21 3月, 2019 1 次提交
-
-
由 Jimmy Lewis 提交于
ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path. This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default. This change removes the lines added by #2307. **Reasons for making this change:** VS default flow is now broken by excluding files required to run an ASP.NET Core project. **Links to documentation supporting these rule changes:** The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
-
- 18 3月, 2019 2 次提交
-
-
由 prs513rosewood 提交于
Added some files that SCons generates when its tries to configure libraries.
-
由 Nicolas Del Valle 提交于
-
- 15 3月, 2019 1 次提交
-
-
由 Alex Arslan 提交于
* Add more standard ignored files for Julia In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level. * Clarify the intent of each ignored item Also add a few more build artifacts from BinaryProvider/BinDeps.
-
- 14 3月, 2019 4 次提交
-
-
由 OKURA Masafumi 提交于
https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully.
-
由 Nick 提交于
Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps. See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages
-
由 Viet Nguyen 提交于
-
由 Hannan Ali 提交于
Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered.
-
- 13 3月, 2019 1 次提交
-
-
由 taroxd 提交于
-
- 11 3月, 2019 6 次提交
-
-
* Update VisualStudio.gitignore file
-
由 Coskun Sunali 提交于
Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template.
-
由 Jarry Shaw 提交于
* Add ignore rules for Pipenv Pipenv uses Pipfile.lock to maintain Python package information (metadata, hash, etc.) installed as described in Pipfile. Thus, Pipfile.lock may vary on different operating systems, platforms when collaborating. This PR adds Pipfile.lock into the Python default gitignore. See http://pipenv.org * Update Python.gitignore Not to ignore Pipfile.lock in default, but explain when and why it should be ignored in case of collaboration. (adjusted according to comment in github/gitignore#2977 by @drothmaler ) * Apply suggestions from code review Co-Authored-By: NJarryShaw <jarryshaw@icloud.com> * Update Python.gitignore As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`.
-
由 A. E. Szalo 提交于
-
由 Chris Komlenic 提交于
-
由 Richie Bendall 提交于
* [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
-
- 08 3月, 2019 4 次提交
-
-
由 slipo 提交于
-
由 Michael Coblenz 提交于
-
由 Rohan Vakharia 提交于
-
由 Cemre Mengu 提交于
-
- 25 2月, 2019 2 次提交
-
-
由 Brendan Forster 提交于
R: ignore user-specific files
-
由 kaasasolut 提交于
-
- 15 2月, 2019 1 次提交
-
-
由 Brendan Forster 提交于
Migration backup
-
- 14 2月, 2019 2 次提交
-
-
由 Terje Sandstrom 提交于
-
由 Terje Sandstrom 提交于
Merged down master github gitignore
-
- 10 2月, 2019 1 次提交
-
-
由 Brendan Forster 提交于
Update VisualStudio.gitignore
-
- 08 2月, 2019 1 次提交
-
-
由 Jason Davis 提交于
Ignore backup files from editing reports
-
- 01 2月, 2019 2 次提交
-
-
由 Brendan Forster 提交于
Add *.creator.user* files to the Qt .gitignore
-
由 Miklós Márton 提交于
-
- 30 1月, 2019 2 次提交
-
-
由 Brendan Forster 提交于
[Codesniffer] remove duplicate Composer rule
-
由 Brendan Forster 提交于
Remove trailing whitespace added last commit.
-
- 29 1月, 2019 1 次提交
-
-
由 Kexy Biscuit 提交于
-
- 27 1月, 2019 4 次提交
-
-
由 Yousha Aleayoub 提交于
-
由 Brendan Forster 提交于
Android.gitignore: Add build_file_checksums.ser and modules.xml files
-
由 Brendan Forster 提交于
Add compilation db to Qt gitignore
-
由 Brendan Forster 提交于
Add pip-wheel-metadata to Python.gitignore
-
- 26 1月, 2019 1 次提交
-
-
由 Sam Roeca 提交于
PEP-517 has resulted in some updates to the Python build process. As a result, a new directory called pip-wheel-metadata is created on fresh builds. This PR adds this directory into the Python default gitignore. See https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568
-
- 25 1月, 2019 1 次提交
-
-
由 Brendan Forster 提交于
Ignore CMake FetchContent directory
-
- 24 1月, 2019 1 次提交
-
-
由 João Neto 提交于
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
-
- 23 1月, 2019 1 次提交
-
-
由 Brendan Forster 提交于
Unity: Never ignore asset meta data
-