- 18 5月, 2016 2 次提交
-
-
由 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
-
- 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 提交于
-
- 05 5月, 2016 2 次提交
-
-
由 leeyiw 提交于
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
-
由 Javier Espinoza 提交于
This gitignore is used to make a repo with sublime text 3 package preferences stored in {sublime-text-3}/Packages/User/ https://www.sublimetext.com/3 The .gitignore files are listed here https://packagecontrol.io/docs/syncing I added GitHub.sublime-settings to the .gitignore since its a config file added from a popular github package that contains sensible information about your account
-
- 01 5月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Add knitr and R markdown patterns to R.gitignore
-
- 29 4月, 2016 2 次提交
-
-
由 jrnold 提交于
These patterns handle cache diretories and temporary files created by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/) packages.
-
由 Brendan Forster 提交于
Update MicrosoftOffice.gitignore
-
- 28 4月, 2016 1 次提交
-
-
由 Javier Gusano Martinez 提交于
-
- 27 4月, 2016 1 次提交
-
-
由 Javier Gusano Martínez 提交于
-
- 26 4月, 2016 3 次提交
-
-
由 Brendan Forster 提交于
Update TeX.gitignore
-
由 Seungwon Park 提交于
When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.
-
由 Brendan Forster 提交于
Add .webassets-cache to Flask
-
- 25 4月, 2016 1 次提交
-
-
由 2Cubed 提交于
-
- 22 4月, 2016 3 次提交
-
-
由 hlaaf 提交于
-
由 Brendan Forster 提交于
Add nyc test coverage output directory
-
由 Roman Pushkin 提交于
[nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default.
-
- 20 4月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
C: Ignore gcc Static Stack Usage Analysis .su files
-
- 19 4月, 2016 1 次提交
-
-
由 Maik Dybek 提交于
-
- 17 4月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Add FlashDevelop and executables to Actionscript
-
- 16 4月, 2016 2 次提交
-
-
由 Brendan Forster 提交于
Ruby: Ignore .env
-
-
- 15 4月, 2016 2 次提交
-
-
由 Elliot Blackburn 提交于
- FlashDevelop uses different file and folder names for it's bin and obj outputs, so those have been added for convenience of devs using that. - Added a list of some executables that are output by various ways of compiling Actionscript (such as AIR and general Flash).
-
-