- 25 2月, 2018 1 次提交
-
-
由 jtogrul 提交于
-
- 23 2月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Remove typings ignore
-
由 Quique Fdez Guerra 提交于
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.
-
- 13 2月, 2018 5 次提交
-
-
由 Brendan Forster 提交于
Qt: typo fix and extra empty lines removal
-
由 davidebeatrici 提交于
-
由 davidebeatrici 提交于
-
由 Brendan Forster 提交于
Exclude secret deployment key in rsconnect/
-
由 dgabbe 提交于
Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details.
-
- 08 2月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
.idea/**/datasources.xml is now safe to store
-
由 Dmitriy "DK" Korobskiy 提交于
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 2月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Fixes WebStorm capitalization in comment
-
由 Nathan Floris Copier 提交于
On line 1, WebStorm is capitalized the same way as the other IDE names.
-
- 04 2月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Add ignore '.pytest_cache' directory in Unit test section
-
由 raimon 提交于
-
- 03 2月, 2018 1 次提交
-
-
由 Brendan Forster 提交于
Added ignore for files created by `catkin_make_isolated`
-
- 02 2月, 2018 1 次提交
-
-
由 Brendan Forster 提交于
Added "ServiceFabricBackup/"
-
- 01 2月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Add `.dart_tool/`
-
- 30 1月, 2018 1 次提交
-
-
由 komaflash // ec8or 提交于
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
-
- 26 1月, 2018 1 次提交
-
-
由 Felix Divo 提交于
Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well.
-
- 18 1月, 2018 1 次提交
-
-
由 Brendan Forster 提交于
Update TeX.gitignore
-
- 16 1月, 2018 1 次提交
-
-
由 Felipe Meneguzzi 提交于
Added a temporary file used in MacTeX
-
- 12 1月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Update Android.gitignore
-
由 Ruttanachai Auitragool 提交于
Add fastlane in Android gitignore
-
- 04 1月, 2018 2 次提交
-
-
由 Brendan Forster 提交于
Fixed the unignore of folder 'packages'
-
由 mbukejlovic 提交于
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 1月, 2018 4 次提交
-
-
由 Brendan Forster 提交于
Update Node.gitignore
-
由 Kyle Kelley 提交于
-
由 Brendan Forster 提交于
Go: Add '*.exe~' to .gitignore
-
由 Max Schmitt 提交于
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 12月, 2017 3 次提交
-
-
由 Rafi Wiener 提交于
* Update Eclipse.gitignore * Update Eclipse.gitignore
-
由 toby 提交于
* 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
-
由 PTS93 提交于
-
- 21 12月, 2017 1 次提交
-
-
- 18 12月, 2017 1 次提交
-
-
由 baijifeilong 提交于
-
- 15 12月, 2017 3 次提交
-
-
由 Sam Roberts 提交于
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
-
由 Stefan 提交于
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
-
由 Richard Thompson 提交于
The out of date models flag is automatically generated by the system, we don't want this in Git
-
- 14 12月, 2017 1 次提交
-
-
由 Enrico Sada 提交于
ref http://msbuildlog.com/
-
- 06 12月, 2017 1 次提交
-
-
由 Augusto Daniele 提交于
Add .jekyll-cache/ as per envygeeks/jekyll-assets
-