- 16 May, 2016 4 commits
-
-
Jiahao Chen authored
`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
-
Brendan Forster authored
add CTestTestfile.cmake into CMake.gitignore
-
Brendan Forster authored
Add sublime-text-3 gitignore for package control
-
Brendan Forster authored
Create Julia.gitignore
-
- 12 May, 2016 3 commits
-
-
Brendan Forster authored
Add .env to optionally ignored files
-
Max Woolf authored
-
Max Woolf authored
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 May, 2016 2 commits
-
-
Brendan Forster authored
Ignore '*.DS_Store' instead of ignore '.DS_Store'
-
あまみや ゆうこ authored
-
- 10 May, 2016 1 commit
-
-
Brendan Forster authored
Ignore cabal.project.local
-
- 09 May, 2016 1 commit
-
-
Ryan Scott authored
-
- 08 May, 2016 2 commits
-
-
Brendan Forster authored
ignore .dSYM along with .ipa files
-
Brendan Forster authored
Add .com.apple.timemachine.donotpresent to OSX
-
- 06 May, 2016 2 commits
-
-
Manuel Leonhardt authored
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
-
Roman Stetsenko authored
-
- 05 May, 2016 2 commits
-
-
Javier Espinoza authored
-
leeyiw authored
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
-
- 04 May, 2016 1 commit
-
-
Javier Espinoza authored
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 May, 2016 1 commit
-
-
Brendan Forster authored
Add knitr and R markdown patterns to R.gitignore
-
- 29 Apr, 2016 1 commit
-
-
jrnold authored
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.
-
- 28 Apr, 2016 2 commits
-
-
Brendan Forster authored
Update MicrosoftOffice.gitignore
-
Javier Gusano Martinez authored
-
- 27 Apr, 2016 1 commit
-
-
Javier Gusano Martínez authored
-
- 26 Apr, 2016 3 commits
-
-
Brendan Forster authored
Update TeX.gitignore
-
Seungwon Park authored
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 authored
Add .webassets-cache to Flask
-
- 24 Apr, 2016 1 commit
-
-
2Cubed authored
-
- 22 Apr, 2016 1 commit
-
-
hlaaf authored
-
- 21 Apr, 2016 2 commits
-
-
Brendan Forster authored
Add nyc test coverage output directory
-
Roman Pushkin authored
[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.
-
- 19 Apr, 2016 2 commits
-
-
Brendan Forster authored
C: Ignore gcc Static Stack Usage Analysis .su files
-
Maik Dybek authored
-
- 17 Apr, 2016 1 commit
-
-
Brendan Forster authored
Add FlashDevelop and executables to Actionscript
-
- 16 Apr, 2016 2 commits
-
-
Brendan Forster authored
Ruby: Ignore .env
-
Eli Clemente Gordillo Foster authored
-
- 15 Apr, 2016 5 commits
-
-
Elliot Blackburn authored
- 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).
-
Eli Clemente Gordillo Foster authored
-
Brendan Forster authored
Update Rust.gitignore
-
Eli Clemente Gordillo Foster authored
This file is used moderately commonly to store environment variables locally. See Python.gitignore.
-
Deepak Kannan authored
no need to specifically ignore compiled files and executables as it will be under the target directory
-