Brendan Forster
3dd4aefc2c
Merge pull request #2570 from justinhartman/patch-5
...
New template file for Backup file formats
2018-06-17 19:29:36 -03:00
Brendan Forster
4a70ab04f5
Merge branch 'master' into master
2018-06-17 15:58:02 -03:00
Brendan Forster
aeee031f92
Merge pull request #2631 from areyer/patch-1
...
allow .ssh directory
2018-06-17 15:44:42 -03:00
Brendan Forster
e833921726
Merge pull request #2649 from lukoerfer/master
...
Added default annotation processing directory to Eclipse.gitignore
2018-06-17 15:41:46 -03:00
Brendan Forster
3a86aa2481
Merge pull request #2686 from 14roiron/patch-1
...
Matlab - Exclude coder temporary folders
2018-06-17 15:32:43 -03:00
Brendan Forster
a580262a25
Merge pull request #2728 from jayvdb/trim-trailing-spaces
...
Trim trailing whitespace
2018-06-17 13:48:40 -03:00
Shawn Kovalchick
0ec6fda4f5
Ignore usage statistics file
...
.idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git.
See https://youtrack.jetbrains.com/issue/IDEA-192913
2018-06-11 17:33:00 -04:00
John Vandenberg
a47c27d351
Trim trailing whitespace
2018-06-05 11:09:20 +07:00
Kenji Ohtsuka
7054f5d9b4
Update JetBrains.gitignore
...
ignore dbnavigator.xml
because it contains sensitive data, such as host, port, db, user name, and so on.
2018-05-10 23:10:36 +09:00
Igor Epstein
17da48e4d6
Add persistent undo to Vim.gitignore
2018-05-01 22:02:53 +03:00
14roiron
767c1f8a1d
Exclude coder temporary folders
2018-05-01 11:39:32 -04:00
Brendan Forster
f1d5981dd5
Merge pull request #2652 from twhitbeck/jetbrains-add-shelf
...
Add shelf to JetBrains.gitignore
2018-04-13 10:15:25 +10:00
Riva Junior
c6c8b8db0b
Add a new .msix extension
...
Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files.
References:
https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/
https://github.com/Microsoft/msix-packaging
2018-04-07 16:58:12 -03:00
Tim Whitbeck
f76d82c820
Add shelf to JetBrains.gitignore
2018-04-05 08:44:07 -04:00
Lukas Körfer
88c8869b31
Added default annotation processing directory to Eclipse.gitignore
2018-04-02 00:39:47 +02:00
Hideki Ikemoto
c64252ad68
JetBrains: add .idea/httpRequests
...
This directory used by HTTP Client in IntelliJ IDEA (and other product).
https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse
2018-03-30 22:18:55 +09:00
Arthur Kelsch
ec80f6d1a6
Remove unnecessary comment
2018-03-25 23:00:01 +02:00
Arthur Kelsch
6648c55504
Use one hashtag instead of two
2018-03-25 22:59:15 +02:00
Arthur Kelsch
5713541b52
Remove colons at the end of comments
2018-03-25 22:55:39 +02:00
Adrian Reyer
f2458c0901
allow .ssh directory
2018-03-19 11:07:09 +01: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
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
Justin Hartman
ae7feb6f26
New template file for Backup file formats
2018-01-04 05:07:49 +02:00
Rafi Wiener
ade08baee2
Update Eclipse.gitignore ( #2556 )
...
* Update Eclipse.gitignore
* Update Eclipse.gitignore
2017-12-26 20:04:18 +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
Caio Proiete
9e0c53270a
Add sccprj/ folder to global MATLAB.gitignore ( #2493 )
2017-11-29 11:51:55 +11:00
Yousha Aleayoub
b9efdd7d94
Change desktop.ini to [Dd]esktop.ini
2017-10-23 11:37:18 +03:30
Qingyu Deng
1776050f70
Fix failure to ignore simulink autosave file
...
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
2017-09-12 14:59:52 +08:00
Brendan Forster
60c74a6fcf
Merge pull request #2410 from Coeur/patch-2
...
clarifying when ignoring is not required
2017-09-09 11:28:52 +10:00
Brendan Forster
0b4d5ef900
Merge pull request #2422 from danilcha/master
...
.DS_Store is a file name, not an extension
2017-09-09 11:01:13 +10:00
Lasse Meyer
33718ca1c0
Update JetBrains.gitignore.
...
- Ignore all cmake build directories, not just debug.
2017-07-29 00:11:12 +02:00
Oliver Kopp
435c4d92ea
JetBrains: out/ ignored recursively
2017-07-26 09:57:33 +02:00
Danila Piatov
2bb963b16a
.DS_Store is a file name, not an extension
2017-07-06 20:10:05 +02:00
Antoine Cœur
81d78706fa
clarifying when ignoring is not required
2017-06-08 14:14:58 +08:00
Robert Simmons
ed9f8139c1
Optionally add log files to Vagrant and improve file's comments
2017-06-06 01:07:12 -04:00
Robert Simmons
9322d165f3
Fix capitalization and spacing of comments
2017-05-31 12:16:02 -04:00
Keir Nellyer
5105ed3af6
Create .gitignore rules for JEnv
2017-05-25 23:48:15 +01:00
Walter Purcaro
0618721661
Add stackdump to Windows.gitignore
...
**Reasons for making this change:**
Ignore the stack dump generated when a program has crashed under Windows.
**Links to documentation supporting these rule changes:**
http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash
https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962
2017-05-10 09:23:36 +02:00
Piotr Orzechowski
433d912914
Edit ignore for Microsoft Visio autosave files to include Office <= 2003
2017-04-19 17:15:22 +02:00
Mayank Kakodkar
846064b2b0
Added .tgz
2017-04-16 14:36:41 -04:00
Brendan Forster
59432254da
Merge pull request #2329 from Omarasifshaikh/patch-1
...
Adding cmake-build-debug
2017-04-15 09:05:42 +10:00
Brendan Forster
20cd385794
Merge pull request #2337 from spencermathews/fix-macos-icon
...
Fix macOS Icon
2017-03-29 10:56:40 +11:00
Spencer Mathews
c02a4743f9
Add two CR characters to ignore Icon?
2017-03-28 14:42:51 -07:00
Spencer Mathews
d0d432aa8d
Change macOS to UNIX line endings
2017-03-28 14:32:40 -07:00
Rafael Miranda
0674ff5b5c
.project and .classpath should be inside VC
...
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
2017-03-28 09:22:28 +02:00
Omar Shaikh
4148e0c152
Adding cmake-build-debug
2017-03-19 23:20:15 -07:00
Robert Richter
8e85b39340
Add Cursive's REPL history file
...
**Reasons for making this change:**
The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.
**Links to documentation supporting these rule changes:**
This file is not well-documented, but in cursive-ide/cursive#1325 ,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
2017-03-12 11:37:13 -05:00
Aleixo Sánchez
82eeac28ed
Ignore dictionaries to reflect docs
2017-02-17 11:25:02 +01:00
Brendan Forster
5f5e025098
Merge pull request #2288 from sherzodv/eclipse-scala
...
[Eclipse] Add excludes kept in Scala.gitignore .
2017-02-17 07:33:49 +11:00