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
Justin Hartman
430b19e374
New template file for Images
2018-01-04 04:57:41 +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
1da4978fc8
Create PuTTY.gitignore
...
**Reasons for making this change:**
PuTTYgen is a widely used alternative to OpenSSH under Windows.
This rule allows private keys ignoring.
If this is a new template:
- **Link to application or project’s homepage**: https://www.chiark.greenend.org.uk/~sgtatham/putty/
2017-05-10 10:00:35 +02: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
sherzod
8dafbec557
[SBT] Add some excludes kept in Scala.gitignore .
...
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
2017-02-17 01:08:00 +05:00
sherzod
51b8b5345f
[Eclipse] Add excludes kept in Scala.gitignore .
...
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.
2017-02-17 01:07:06 +05:00
Brendan Forster
dce5039def
Merge pull request #2068 from sherzodv/scala-ide-cache-main
...
[Scala] exclude Scala IDE related .cache-main .
2017-02-16 21:58:39 +11:00
Brendan Forster
e53f6351d7
Merge pull request #2246 from Nihlus/patch-1
...
[Global/JetBrains] add support for Rider and nested projects
2017-02-02 10:20:32 +01:00
Brendan Forster
91d2770817
Merge pull request #1524 from hcollet/stata
...
First .gitignore for Stata files
2017-01-28 11:39:46 +01:00
Jumbalaya
e73e4fd575
Added Simulink .autosave extension
2017-01-27 16:23:44 +00:00
Jarl Gullberg
d8b46e7d2d
Update JetBrains.gitignore
...
In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file.
2017-01-15 00:06:56 +01:00
Arthur Carabott
399c7104b9
SublimeText: ignore new Package Control certs
...
Package Control now has a number of bundles for certificates instead
of the old directory. This ignores them as per
http://github.com/wbond/package_control/issues/1153
https://forum.sublimetext.com/t/generating-oscrypto-ca-bundle-crt-after-mac-os-install-and-security/23020
from the author
2017-01-02 23:42:01 +00:00
roubles
59f8ccd66d
Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
...
While will never be generated by the vim source code.
http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
2016-12-05 22:38:27 -05:00
Memmie Lenglet
4eb7aea770
Add ehthumbs_vista.db as Windows thumbnail cache file
...
As Windows Vista Media Center thumbnails
References:
- https://nctritech.wordpress.com/tag/ehthumbs_vista-db/
- https://thumbsviewer.github.io/
- https://www.file-extensions.org/db-file-extension-windows-thumbnail-database
2016-11-30 13:30:27 +01:00
Davor Mas
3e303c561b
Modified VS Code .gitignore
...
Added extensions.json as exception in .vscode folder. File is used as
extensions recommendation for project.
2016-11-21 14:04:42 +01:00
Brendan Forster
7d201a5b79
Merge pull request #2159 from exarus/patch-1
...
Updated Jetbrains.gitignore
2016-11-06 14:44:37 -08:00
Brendan Forster
93a749bdb0
Merge pull request #2172 from dkav/del-python
...
Delete IPythonNotebook.gitignore
2016-11-06 14:34:18 -08:00
Robson Roberto Souza Peixoto
3081a7059a
Add .dir-locals.el
...
Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
2016-11-04 09:57:41 -03:00
Darren
9fc8ca6cc0
Delete IPythonNotebook.gitignore
...
The IPython Notebook is now known as the Jupyter Notebook (see http://ipython.org/notebook.html ). Jupyter ignore values are already found in the Python.gitignore.
2016-11-03 21:30:40 -07:00
Ruslan Gunawardana
222976838c
Updated Jetbrains.gitignore
...
Added datasource folder
2016-10-29 08:16:09 +03:00
Brendan Forster
4cefae5d09
Merge pull request #2096 from petermorlion/jetbrains-include-shared-settings
...
Include shared settings, according to official docs
2016-10-03 14:48:42 +11:00
João Ferreira Loff
4f7062e132
Add .nfs files to Linux.gitignore
2016-09-19 17:21:02 +01:00
Serge van Ginderachter
cd22a9cc58
introduce Ansible ignores
2016-09-07 15:49:29 +02:00
Peter Morlion
aad5932d4b
Include shared settings, according to official docs
...
Official docs, found here:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as
of 13 Aug 2016)
2016-09-07 12:09:45 +02:00
Alexander Brevig
5a355ed010
Add gitignore for Cypress Semiconductor IDE
...
The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration.
>not affiliated
2016-08-30 22:12:31 +02:00
Jonathan
899509f2f2
Rename OSX.gitignore to macOS.gitignore
...
Apple renames OS X to macOS. Announced @ WWDC 2016
2016-08-30 19:12:57 +02:00
Shubham Rao
d785d6115e
nbactions.xml must not be ignored (?)
...
This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE.
Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc)
Also this file does anything worth ignoring
Added by #145
Exclusion of `nbactions.xml` from `.gitgnore` should be discussed.
2016-08-22 23:36:09 +05:30
Yves Martin
e60b5dc494
Ignore GNU Global GSYMS database of other symbols
2016-08-16 13:41:52 +02:00
sherzod
557655fa66
Update for Eclipse
...
Add exclusion for Scala IDE specific .cache-main files.
2016-08-16 11:59:29 +05:00
Brennan Fee
554bccef40
Update Visual Studio Code to support workspace files.
...
Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users. Settings.json is for project
specific overrides. Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
2016-08-04 22:29:32 -07:00
Assem Chelli / bigOTHER
4ac02fc282
Create the gitignore for Bazaar version control system
2016-06-12 22:44:23 +01:00
Brendan Forster
7a052429f0
Merge pull request #1959 from Javierieh/add-sublime-text-packages-ignore
...
Add sublime-text-3 gitignore for package control
2016-05-16 11:41:04 +02:00
Brendan Forster
f454371ec6
Merge pull request #1972 from Kagamine/master
...
Ignore '*.DS_Store' instead of ignore '.DS_Store'
2016-05-11 13:59:25 +02:00
あまみや ゆうこ
753df58a6c
Ignore '*.DS_Store' instead of ignore '.DS_Store'
2016-05-11 13:39:00 +08:00
Manuel Leonhardt
970ecfb82e
Add .com.apple.timemachine.donotpresent to OSX
...
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
2016-05-06 14:27:44 +02:00
Javier Espinoza
f9ccecac73
Move package control settings to Global/SublimeText.gitignore
2016-05-05 15:35:26 -03:00
Javier Gusano Martinez
d19334c931
Comment more clear.
2016-04-28 15:40:02 +02:00
Javier Gusano Martínez
0a50c89c29
Exclude Microsoft Visio temporary files.
2016-04-27 17:44:25 +02:00
rexim
24d28868ec
Add dist/ folder to Emacs gitignores
2016-03-28 01:16:20 +06:00
Brendan Forster
16a9e9bf8a
Merge pull request #1550 from photodude/patch-1
...
Add the other Dreamweaver added files
2016-03-06 20:26:29 +11:00
Brendan Forster
83dc73e546
Merge pull request #1598 from rdalkire/patch-1
...
Update CVS.gitignore
2016-03-06 19:05:43 +11:00
Brendan Forster
988fd7a3d2
Merge pull request #1807 from rlee287/eclipse-recommender
...
Added Eclipse Recommenders to Eclipse gitignore
2016-03-06 18:36:39 +11:00
Brendan Forster
9e636ea96f
Merge pull request #1867 from yoLotus/emacs-projectile
...
add .projectile file to emacs .gitignore
2016-03-06 18:35:35 +11:00
Brendan Forster
c6a8c5299d
Merge pull request #1559 from tjrana/dropbox-gitignore
...
Add Dropbox.gitignore
2016-03-06 18:20:27 +11:00
Brendan Forster
c4ff566a30
Merge pull request #1871 from guenti/master
...
Update Vim.gitignore
2016-02-26 08:18:26 +11:00
Raman Gupta
2141c823b4
Update Jetbrains .gitignore dataSources.local.xml
2016-02-25 11:57:01 -05:00
Mario Guenterberg
504f444dfa
Update Vim.gitignore
...
Added auto-generated tag files.
2016-02-22 17:50:16 +01:00
Etienne Bazin
413049c283
add .projectile file to emacs .gitignore
2016-02-19 10:12:44 +01:00
Jonathan Chu
6ac648f033
Merge remote-tracking branch 'upstream/master'
2016-02-11 22:03:05 -05:00
Roberto Novelo
cd222dfc62
Added Library Mappings and VCS Root
...
These files differ on Windows and OS X.
2016-02-10 12:45:16 -06:00
Brendan Forster
9ff1a19de8
Merge pull request #1846 from mcandre/octave-session-info
...
matlab: ignore octave session info
2016-02-10 13:20:57 +10:30
Noah Lovelady-Allen
31045e29f8
Remove redundancy in Global/Vim.gitignore
...
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
2016-02-07 08:57:08 -05:00
Andrew Pennebaker
98a3ab7719
matlab: ignore octave session info
2016-02-06 02:51:00 -06:00
Brendan Forster
fa441f9031
Merge pull request #1791 from Oddj0b/Calabash
...
Based on a template from jmoody
2016-01-28 15:58:45 +10:30
Julien Carsique
71e0c804e6
Add Code Recommenders directory
...
Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata
2016-01-27 23:25:49 +01:00
Villars Gimm
8ec50f4b74
Move Calabash to Global
2016-01-27 12:24:30 +01:00
Ray Fang
edb522ba0b
Update reference article link
2016-01-27 14:41:47 +08:00
Ray Fang
42110464c9
Merge upstream changes
2016-01-27 14:36:41 +08:00
Brendan Forster
352c903c34
Merge pull request #1546 from Coeur/patch-1
...
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
2016-01-27 15:27:31 +10:30