- 17 10月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
ignore public/storage for laravel 5
-
-
- 16 10月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Update/opencart
-
- 15 10月, 2016 2 次提交
- 05 10月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Extend C to ignore Visual Studio artifacts
-
- 04 10月, 2016 1 次提交
-
-
由 Arvid Gerstmann 提交于
-
- 03 10月, 2016 4 次提交
-
-
由 Brendan Forster 提交于
Include shared settings, according to official docs
-
由 Wayne Nilsen 提交于
-
由 Brendan Forster 提交于
Added kernel module compilation results
-
由 Brendan Forster 提交于
Add .externalNativeBuild to Android gitignore
-
- 27 9月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Add vendor folder to Go.gitignore
-
由 futabooo 提交于
-
- 26 9月, 2016 5 次提交
-
-
由 Brendan Forster 提交于
Add support for Cake.Net
-
由 Brendan Forster 提交于
Update Node.gitignore
-
由 Muhammad Rehan Saeed 提交于
-
由 Mike Ralphson 提交于
Add `*.tgz`, the output of `npm pack`, or other build-steps.
-
由 Brendan Forster 提交于
Add .nfs files to Linux.gitignore
-
- 21 9月, 2016 2 次提交
- 20 9月, 2016 1 次提交
-
-
由 João Ferreira Loff 提交于
-
- 15 9月, 2016 1 次提交
-
-
由 Muhammad Rehan Saeed 提交于
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
-
- 14 9月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Update Erlang.gitignore
-
- 13 9月, 2016 2 次提交
-
-
由 Muromi Ukari 提交于
/ebin can't be simply ignored because *.app should be put here. [Erlang Applications](http://erlang.org/doc/design_principles/applications.html) > 8.4 Directory Structure > ebin - Contains the Erlang object code, the beam files. The .app file is also placed here.
-
由 Brendan Forster 提交于
added VS code coverage files
-
- 12 9月, 2016 2 次提交
-
-
由 Filip W 提交于
-
由 Brendan Forster 提交于
Ignore .jfm files in Visual Studio
-
- 09 9月, 2016 1 次提交
-
-
由 Kevin Cunnane 提交于
.jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type.
-
- 08 9月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Introduce new Ansible template
-
- 07 9月, 2016 2 次提交
-
-
由 Serge van Ginderachter 提交于
-
由 Peter Morlion 提交于
Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016)
-
- 06 9月, 2016 3 次提交
-
-
由 Arvid Gerstmann 提交于
Visual Studio creates a few artifacts which weren't ignored before, mainly .idb, .pdb and .ilk files which are either created by CL.EXE or by LINK.EXE were added to the gitignore for Windows projects. A little more information can be found here on Microsoft's documentation: https://msdn.microsoft.com/en-us/library/3awe4781.aspx
-
由 Brendan Forster 提交于
Update TeX.gitignore
-
由 Vassilis 提交于
Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html
-
- 31 8月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Rename OSX.gitignore to macOS.gitignore
-
由 Jonathan 提交于
Apple renames OS X to macOS. Announced @ WWDC 2016
-
- 26 8月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
nbactions.xml must not be ignored (?)
-
- 25 8月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
-
- 23 8月, 2016 2 次提交
-
-
由 Matthias 提交于
__pycache__/ *.pyc
-
由 Shubham Rao 提交于
This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed.
-