Commit Graph

2725 Commits

Author SHA1 Message Date
Xtreak 059d3235ba
Update .gitignore with .cpcache
The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn
2018-03-18 10:40:50 +05:30
Brendan Forster 04f8cce96c
Merge pull request #2627 from mariuz/patch-1
remove VS year from comments
2018-03-16 09:58:39 +11:00
Popa Marius Adrian 7b6718742a
remove VS year from comments 2018-03-15 15:51:27 +02:00
Brendan Forster 3edcb9bd71
Merge pull request #2625 from schnoddelbotz/update-rust-doc-link
Update documentation link cargo.toml vs cargo.lock
2018-03-13 10:25:28 -07:00
Jan Hacker 962020b16c
Update documentation link cargo.toml vs cargo.lock 2018-03-13 13:34:43 +01:00
Brendan Forster 1be61803a1
Merge pull request #2609 from josharian/master
Joomla: don't ignore .gitignore
2018-03-11 14:59:10 -07:00
Brendan Forster 2eba0d635f
Merge pull request #2612 from jtogrul/master
Ignored default sqlite database of Django
2018-03-11 14:58:48 -07:00
Brendan Forster c663a87959
Merge pull request #2577 from cyliang/master
Remove unreasonable ignores for Python/Django
2018-03-11 14:48:23 -07:00
Brendan Forster 96b153a959
Merge pull request #2576 from jerzywie/master
Add .nvuser NVidia Nsight configuration file
2018-03-11 14:48:04 -07:00
Brendan Forster 14888e6973
Merge pull request #2580 from raterus/patch-1
Add rptproj.rptuser
2018-03-11 14:47:18 -07:00
Brendan Forster 26bf4840c6
Merge pull request #2611 from GusGA/master
Add {prod, dev, whatever_enviroment}.secret.exs in Elixir/Phoenix
2018-03-11 14:34:17 -07:00
Brendan Forster 432c590ff0
Merge pull request #2613 from fahall/master
Create Godot.gitignore
2018-03-11 14:32:56 -07:00
Brendan Forster a26606555f
Merge pull request #2624 from patrickelectric/kicad
Kicad: Add more formats and documentation link
2018-03-11 14:29:23 -07:00
Patrick José Pereira 820f5343c0 KiCad: Add backup, cache and rascue formats
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:22:05 -03:00
Patrick José Pereira afa7cc29c6 KiCad: Add formar documentation link
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:21:27 -03:00
alex hall 433d622b9f
remove system specific ignores. 2018-03-07 15:34:01 -08:00
Brendan Forster 773eca0e04
Merge pull request #2616 from BlueNalgene/LaTeX_htlatex
Added htlatex for TeX.gitignore
2018-03-05 13:57:34 -08:00
Brendan Forster d347c1a1c8
Merge pull request #2617 from kevmoo/patch-1
Dart.gitignore: Fix URL in comments
2018-03-04 09:54:25 +11:00
Kevin Moore 60ad7088f7
Fix URL in comments
Points to valid URI
2018-03-02 10:39:24 -08:00
Wesley T. Honeycutt c4ed4015e6 Added htlatex for TeX.gitignore 2018-03-01 19:38:51 -06:00
alex hall feacd863f3
Create Godot.gitignore
A simple .gitignore for the Godot game engine.
2018-02-25 14:55:31 -08:00
jtogrul 4f7105bd6e Ignored default sqlite database of Django 2018-02-25 14:57:08 +01:00
Gustavo Giménez 4f1daa4277
Add {prod, dev, whatever_enviroment}.secret.exs 2018-02-24 18:48:24 -03:00
Josh Bleecher Snyder 8ac0a9b09a Joomla: don't ignore .gitignore
Root .gitignore files should generally be checked in.
2018-02-23 08:07:25 -08:00
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