- 13 3月, 2017 1 次提交
-
-
由 Robert Richter 提交于
**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.
-
- 17 2月, 2017 3 次提交
-
-
由 Aleixo Sánchez 提交于
-
由 sherzod 提交于
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here.
-
由 sherzod 提交于
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore itself. Copy missing entries here.
-
- 28 1月, 2017 1 次提交
-
-
由 Jumbalaya 提交于
-
- 15 1月, 2017 1 次提交
-
-
由 Jarl Gullberg 提交于
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.
-
- 03 1月, 2017 1 次提交
-
-
由 Arthur Carabott 提交于
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
-
- 06 12月, 2016 1 次提交
-
-
由 roubles 提交于
While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
-
- 30 11月, 2016 1 次提交
-
-
由 Memmie Lenglet 提交于
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
-
- 21 11月, 2016 1 次提交
-
-
由 Davor Mas 提交于
Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project.
-
- 04 11月, 2016 2 次提交
-
-
由 Darren 提交于
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.
- 29 10月, 2016 1 次提交
-
-
由 Ruslan Gunawardana 提交于
Added datasource folder
-
- 20 9月, 2016 1 次提交
-
-
由 João Ferreira Loff 提交于
-
- 07 9月, 2016 2 次提交
-
-
由 Serge van Ginderachter 提交于
-
由 Peter Morlion 提交于
Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016)
-
- 31 8月, 2016 1 次提交
-
-
由 Jonathan 提交于
Apple renames OS X to macOS. Announced @ WWDC 2016
-
- 23 8月, 2016 1 次提交
-
-
由 Shubham Rao 提交于
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.
-
- 16 8月, 2016 2 次提交
-
-
由 Yves Martin 提交于
-
由 sherzod 提交于
Add exclusion for Scala IDE specific .cache-main files.
-
- 05 8月, 2016 1 次提交
-
-
由 Brennan Fee 提交于
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.
-
- 13 6月, 2016 1 次提交
-
-
由 Assem Chelli / bigOTHER 提交于
-
- 11 5月, 2016 1 次提交
-
-
由 あまみや ゆうこ 提交于
-
- 06 5月, 2016 2 次提交
-
-
由 Manuel Leonhardt 提交于
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
-
由 Javier Espinoza 提交于
-
- 28 4月, 2016 1 次提交
-
-
由 Javier Gusano Martinez 提交于
-
- 27 4月, 2016 1 次提交
-
-
由 Javier Gusano Martínez 提交于
-
- 28 3月, 2016 1 次提交
-
-
由 rexim 提交于
-
- 26 2月, 2016 1 次提交
-
-
由 Raman Gupta 提交于
-
- 23 2月, 2016 1 次提交
-
-
由 Mario Guenterberg 提交于
Added auto-generated tag files.
-
- 19 2月, 2016 1 次提交
-
-
由 Etienne Bazin 提交于
-
- 11 2月, 2016 1 次提交
-
-
由 Roberto Novelo 提交于
These files differ on Windows and OS X.
-
- 07 2月, 2016 1 次提交
-
-
由 Noah Lovelady-Allen 提交于
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
-
- 06 2月, 2016 1 次提交
-
-
由 Andrew Pennebaker 提交于
-
- 28 1月, 2016 1 次提交
-
-
由 Julien Carsique 提交于
Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata
-
- 27 1月, 2016 2 次提交
-
-
由 Villars Gimm 提交于
-
由 Ray Fang 提交于
-
- 23 1月, 2016 1 次提交
-
-
由 Christopher Warrington 提交于
The server-auth-dir is where Emacs stores authentication files for Emacs servers (running over TCP). These are (usually) ephemeral in nature, and should be ignored.
-
- 14 1月, 2016 1 次提交
-
-
由 mimibar 提交于
Just added some comments. Some of us don't need some of the lines in the file.
-
- 10 1月, 2016 1 次提交
-
-
由 James Elford 提交于
On systems that require a lib64, virtualenv creates a symlink to the local lib.
-