- 02 Mar, 2018 1 commit
-
-
Wesley T. Honeycutt authored
-
- 22 Feb, 2018 2 commits
-
-
Brendan Forster authored
Remove typings ignore
-
Quique Fdez Guerra authored
Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder.
-
- 12 Feb, 2018 5 commits
-
-
Brendan Forster authored
Qt: typo fix and extra empty lines removal
-
davidebeatrici authored
-
davidebeatrici authored
-
Brendan Forster authored
Exclude secret deployment key in rsconnect/
-
dgabbe authored
Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details.
-
- 07 Feb, 2018 2 commits
-
-
Brendan Forster authored
.idea/**/datasources.xml is now safe to store
-
Dmitriy "DK" Korobskiy authored
Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain. References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105
-
- 06 Feb, 2018 2 commits
-
-
Brendan Forster authored
Fixes WebStorm capitalization in comment
-
Nathan Floris Copier authored
On line 1, WebStorm is capitalized the same way as the other IDE names.
-
- 04 Feb, 2018 2 commits
-
-
Brendan Forster authored
Add ignore '.pytest_cache' directory in Unit test section
-
raimon authored
-
- 03 Feb, 2018 1 commit
-
-
Brendan Forster authored
Added ignore for files created by `catkin_make_isolated`
-
- 01 Feb, 2018 3 commits
-
-
Brendan Forster authored
Added "ServiceFabricBackup/"
-
Brendan Forster authored
Add `.dart_tool/`
-
Patrice Chalin authored
Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788
-
- 30 Jan, 2018 1 commit
-
-
komaflash // ec8or authored
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
-
- 26 Jan, 2018 1 commit
-
-
Felix Divo authored
Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well.
-
- 17 Jan, 2018 1 commit
-
-
Brendan Forster authored
Update TeX.gitignore
-
- 16 Jan, 2018 1 commit
-
-
Felipe Meneguzzi authored
Added a temporary file used in MacTeX
-
- 12 Jan, 2018 2 commits
-
-
Brendan Forster authored
Update Android.gitignore
-
Ruttanachai Auitragool authored
Add fastlane in Android gitignore
-
- 04 Jan, 2018 2 commits
-
-
Brendan Forster authored
Fixed the unignore of folder 'packages'
-
mbukejlovic authored
Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.
-
- 02 Jan, 2018 1 commit
-
-
Brendan Forster authored
Update Node.gitignore
-
- 01 Jan, 2018 3 commits
-
-
Kyle Kelley authored
-
Brendan Forster authored
Go: Add '*.exe~' to .gitignore
-
Max Schmitt authored
When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170
-
- 26 Dec, 2017 2 commits
-
-
Rafi Wiener authored
* Update Eclipse.gitignore * Update Eclipse.gitignore
-
toby authored
* Add *.snk strong name key files Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher. I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule. * Make use of *.snk optional Add note explaining use. * Reduce explanation Just use a link instead
-
- 25 Dec, 2017 1 commit
-
-
PTS93 authored
-
- 20 Dec, 2017 1 commit
-
-
- 18 Dec, 2017 1 commit
-
-
白季飞龙 authored
-
- 15 Dec, 2017 3 commits
-
-
Sam Roberts authored
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
-
Stefan authored
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
-
Richard Thompson authored
The out of date models flag is automatically generated by the system, we don't want this in Git
-
- 13 Dec, 2017 1 commit
-
-
Enrico Sada authored
ref http://msbuildlog.com/
-
- 05 Dec, 2017 1 commit
-
-
Augusto Daniele authored
Add .jekyll-cache/ as per envygeeks/jekyll-assets
-