Commit Graph

2751 Commits

Author SHA1 Message Date
Brendan Forster 4bff4a2986
Merge pull request #2608 from CKGrafico/patch-1
Remove typings ignore
2018-02-23 08:12:00 +10:30
Quique Fdez Guerra 2e7e0bb4f2
Remove typings ignore
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.
2018-02-22 18:09:53 +01:00
Brendan Forster 9e018473e8
Merge pull request #2601 from davidebeatrici/qt-typo-fix
Qt: typo fix and extra empty lines removal
2018-02-13 09:56:32 +10:30
davidebeatrici 2e3f1955d2 Qt: Correct typo "QtCtreator" to "QtCreator" 2018-02-13 00:22:43 +01:00
davidebeatrici 6d6dce75f8 Qt: Remove extra empty lines 2018-02-13 00:22:21 +01:00
Brendan Forster 31f6290df5
Merge pull request #2603 from dgabbe/dgabbe-r-rsconnect
Exclude secret deployment key in rsconnect/
2018-02-13 09:36:30 +10:30
dgabbe 82caf7ce67
Exclude secret deployment key in rsconnect/
Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details.
2018-02-12 11:47:41 -05:00
Brendan Forster f9a44f6c36
Merge pull request #2597 from DKroot/patch-1
.idea/**/datasources.xml is now safe to store
2018-02-08 10:36:22 +11:00
Dmitriy "DK" Korobskiy 2170a0447b
.idea/**/datasources.xml is now safe to store
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
2018-02-07 11:05:42 -05:00
Brendan Forster 68ae2ff9f7
Merge pull request #2596 from nfcopier/patch-1
Fixes  WebStorm capitalization in comment
2018-02-06 13:28:47 +11:00
Nathan Floris Copier ca82236eb8
Fixes WebStorm capitalization in comment
On line 1, WebStorm is capitalized the same way as the other IDE names.
2018-02-05 19:23:52 -07:00
Brendan Forster 131e9fd3a3
Merge pull request #2594 from raimon49/add-ignore-cache-dir-in-unit-test-section
Add ignore '.pytest_cache' directory in Unit test section
2018-02-04 19:36:10 +11:00
raimon f651f0d3ee Add ignore '.pytest_cache' directory in Unit test section 2018-02-04 17:03:04 +09:00
Brendan Forster 6b07d3b3c6
Merge pull request #2587 from felixdivo/patch-1
Added ignore for files created by `catkin_make_isolated`
2018-02-03 22:13:02 +11:00
Brendan Forster ee270e6587
Merge pull request #2589 from komaflash/master
Added "ServiceFabricBackup/"
2018-02-02 10:08:15 +11:00
Brendan Forster e557bd65b0
Merge pull request #2593 from chalin/patch-1
Add `.dart_tool/`
2018-02-01 17:15:27 +11:00
Patrice Chalin 91654d4e53
Add `.dart_tool/`
Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788
2018-01-31 20:26:54 -05:00
komaflash // ec8or 415d732230
Added "ServiceFabricBackup/"
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
2018-01-30 10:02:51 +01:00
Felix Divo 4162c93865
Added ignore for files created by `catkin_make_isolated`
Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well.
2018-01-26 11:32:59 +01:00
raterus 4c35119bfb
Add rptproj.rptuser
The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well
2018-01-19 13:01:32 -05:00
Brendan Forster 22a5eb3da7
Merge pull request #2579 from meneguzzi/patch-1
Update TeX.gitignore
2018-01-17 11:37:39 -08:00
Felipe Meneguzzi 4cd348e321
Update TeX.gitignore
Added a temporary file used in MacTeX
2018-01-16 09:24:56 -02:00
Brendan Forster 9139ad597b
Merge pull request #2578 from neetrath/patch-2
Update Android.gitignore
2018-01-12 08:24:56 -04:00
Ruttanachai Auitragool 27b2d19960
Update Android.gitignore
Add fastlane in Android gitignore
2018-01-12 15:54:34 +07:00
Chih-Yung Liang 690942a76e
Remove two ignores for Python/Django
Both are neither python-specific nor django-specific:
- .static_storage
- .media
2018-01-12 08:01:52 +08:00
jerzywie 31848ebd63 Add .nvuser NVidia Nsight configuration file 2018-01-11 10:23:14 +00:00
Brendan Forster 0c5ace9de9
Merge pull request #2572 from mbukejlovic/patch-1
Fixed the unignore of folder 'packages'
2018-01-04 07:36:33 -04:00
mbukejlovic 94f0d69b6f
Fixed the unignore of folder 'packages'
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.
2018-01-04 10:26:19 +01:00
Brendan Forster 1301de5e5e
Merge pull request #2562 from rgbkrk/patch-1
Update Node.gitignore
2018-01-01 20:24:39 -04:00
Kyle Kelley 7272fe439b
Update Node.gitignore 2018-01-01 14:26:54 -08:00
Brendan Forster db581820be
Merge pull request #2561 from maxibanki/patch-1
Go: Add '*.exe~' to .gitignore
2018-01-01 17:09:14 -04:00
Max Schmitt b25db7156b
Go: Add '*.exe~' to .gitignore
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.
558eeb2d85/src/cmd/go/internal/work/exec.go (L1165-L1170)
2018-01-01 20:57:36 +01:00
Rafi Wiener ade08baee2 Update Eclipse.gitignore (#2556)
* Update Eclipse.gitignore

* Update Eclipse.gitignore
2017-12-26 20:04:18 +10:30
toby 7d42effdeb Add *.snk strong name key files (#2483)
* 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
2017-12-26 14:00:10 +10:30
PTS93 de2539a729 Added a few common CAM file extensions (#2555) 2017-12-26 09:54:52 +10:30
Mostafa Soufi 1a9f616ce5 Added Must Use Plugins to gotignore (#2553)
https://codex.wordpress.org/Must_Use_Plugins
2017-12-21 09:00:58 +10:30
白季飞龙 9d51cf8de7 Add "cmake-build-release/" to Jetbrains.gitignore (#2552) 2017-12-18 15:38:31 +10:30
Sam Roberts 33670c672d Update Matlab.gitignore (#2533)
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
2017-12-15 12:41:47 +10:30
Stefan 0a4fc9c0ef Ignore node_modules (#2538)
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
2017-12-15 12:41:09 +10:30
Richard Thompson 15d9a616ae Ignoring the models builder out of date flag (#2543)
The out of date models flag is automatically generated by the system, we don't want this in Git
2017-12-15 12:39:14 +10:30
Enrico Sada 6fa7f9416d ignore MSBuild Binary and Structured Log (#2549)
ref http://msbuildlog.com/
2017-12-14 09:07:34 +10:30
Augusto Daniele ea2aa40cb4 Update Jekyll.gitignore (#2540)
Add .jekyll-cache/ as per envygeeks/jekyll-assets
2017-12-06 07:40:27 +11:00
Matthew Wallace dc0ca6d8d5 Fixing .gitignore (#2531)
* Update Unity.gitignore

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.

* removed wildcards from Unity's .gitignore
2017-11-30 08:36:52 +11:00
Tuomas-Matti Soikkeli 86e01548dd Add ignore for Azure Stream Analytics local run output folder (#2498) 2017-11-29 12:08:59 +11:00
Ryan Scott d9679b982e Add cabal.project.local~ to Haskell.gitignore (#2479) 2017-11-29 12:04:15 +11:00
James Reed c84ba70652 Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486) 2017-11-29 12:03:18 +11:00
Matthew Wallace e0c2baea55 Update Unity.gitignore (#2502)
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
2017-11-29 12:01:40 +11:00
Thi Minh Nhựt 825714ceda Add *.sta (standalone packages) for TeX (#2484) 2017-11-29 12:00:43 +11:00
Sadhan Sarma 3650f47569 added logs and devel directories to .gitignore (#2497) 2017-11-29 11:52:56 +11:00
Caio Proiete 9e0c53270a Add sccprj/ folder to global MATLAB.gitignore (#2493) 2017-11-29 11:51:55 +11:00