- 30 6月, 2016 1 次提交
-
-
由 pmartinez 提交于
-
- 26 6月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Only ignore the build directory in the same directory as .gitignore for Gradle
-
- 25 6月, 2016 1 次提交
-
-
由 Mike Kobit 提交于
If you have a Java package with `build` in it, the current version will always ignore files in that directory. This change makes it so only the root "build" directory is ignored. I believe that this assumes .gitignore is in the root of a project.
-
- 17 6月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
update license to CC0
-
- 16 6月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
ignore *.VC.db files
-
由 Brendan Forster 提交于
Ignore all forms of CMakeLists.txt.user
-
- 15 6月, 2016 2 次提交
-
-
由 Mohammad S. Babaei 提交于
In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
-
由 Taylor Braun-Jones 提交于
In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5
-
- 13 6月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Create the gitignore for Bazaar version control system
-
由 Assem Chelli / bigOTHER 提交于
-
- 10 6月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
VisualStudio ignore project.fragment.lock.json
-
- 07 6月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Update D.gitignore
-
由 Roman Chistokhodov 提交于
Add docs/ and *.lst
-
- 23 5月, 2016 1 次提交
-
-
由 James Skimming 提交于
I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore.
-
- 21 5月, 2016 4 次提交
-
-
由 Brendan Forster 提交于
Add injection folder to ignore
-
由 Brendan Forster 提交于
Added *.smod to Fortran.gitignore
-
由 Jon Lo Kim Lin 提交于
Added *.smod to Fortran.gitignore
-
由 Jon Lo Kim Lin 提交于
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
-
- 20 5月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Ignore the workspace.xml file
-
- 18 5月, 2016 3 次提交
-
-
由 Adrian Vovk 提交于
and properly name the ART VM
-
由 Brendan Forster 提交于
Do not ignore Laravel's storage/ directory
-
由 0xBADDCAFE 提交于
-
- 17 5月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Julia: ignore deps/deps.jl
-
由 Jiahao Chen 提交于
`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
-
- 16 5月, 2016 3 次提交
-
-
由 Brendan Forster 提交于
add CTestTestfile.cmake into CMake.gitignore
-
由 Brendan Forster 提交于
Add sublime-text-3 gitignore for package control
-
由 Brendan Forster 提交于
Create Julia.gitignore
-
- 13 5月, 2016 1 次提交
-
-
由 Raimon Lapuente 提交于
After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow. Only bad side is that there's a folder included in the project that would be worth ignoring. We had it in our .gitignore file. Just pushing the change
-
- 12 5月, 2016 3 次提交
-
-
由 Brendan Forster 提交于
Add .env to optionally ignored files
-
由 Max Woolf 提交于
-
由 Max Woolf 提交于
Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets. The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control. This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
-
- 11 5月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Ignore '*.DS_Store' instead of ignore '.DS_Store'
-
由 あまみや ゆうこ 提交于
-
- 10 5月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Ignore cabal.project.local
-
由 Ryan Scott 提交于
-
- 08 5月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
ignore .dSYM along with .ipa files
-
由 Brendan Forster 提交于
Add .com.apple.timemachine.donotpresent to OSX
-
- 06 5月, 2016 3 次提交
-
-
由 Manuel Leonhardt 提交于
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
-
由 Roman Stetsenko 提交于
-
由 Javier Espinoza 提交于
-