- 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 2 次提交
-
-
由 Manuel Leonhardt 提交于
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
-
由 Roman Stetsenko 提交于
-
- 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 2 次提交
-
-
由 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 5 次提交
-
-
由 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).
-
-
由 Brendan Forster 提交于
Update Rust.gitignore
-
This file is used moderately commonly to store environment variables locally. See Python.gitignore.
-
由 Deepak Kannan 提交于
no need to specifically ignore compiled files and executables as it will be under the target directory
-
- 04 4月, 2016 3 次提交
-
-
由 Brendan Forster 提交于
Added Visual Studio 2015 .vs folder
-
由 Brendan Forster 提交于
Haskell: Ignore .eventlog files
-
由 Brendan Forster 提交于
Added .ropeproject directory
-
- 01 4月, 2016 2 次提交
-
-
由 Greg Trahair 提交于
If anyone uses the ROPE refactoring library this is certainly necessary.
-
由 Brendan Forster 提交于
Visual studio new database engine
-
- 30 3月, 2016 1 次提交
-
-
由 sachs4 提交于
Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)
-
- 28 3月, 2016 1 次提交
-
-
由 Brendan Forster 提交于
Ignore session files
-