| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
|
|\
| |
| | |
clarifying when ignoring is not required
|
| | |
|
|\ \
| | |
| | | |
.DS_Store is a file name, not an extension
|
| |/ |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
**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
|
| |
|
| |
|
|\
| |
| | |
Adding cmake-build-debug
|
| | |
|
|\ \
| | |
| | | |
Fix macOS Icon
|
| | | |
|
| |/ |
|
|/
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
**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.
|
| |
|
|\
| |
| | |
[Eclipse] Add excludes kept in Scala.gitignore .
|
| |
| |
| |
| |
| | |
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.
|
|/
|
|
|
| |
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
|
|\
| |
| | |
[Scala] exclude Scala IDE related .cache-main .
|
| |
| |
| |
| | |
Add exclusion for Scala IDE specific .cache-main files.
|
|\ \
| | |
| | | |
[Global/JetBrains] add support for Rider and nested projects
|
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
First .gitignore for Stata files
|
| | | |
| | | |
| | | |
| | | | |
file types
|
| | | | |
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
While will never be generated by the vim source code.
http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
Added extensions.json as exception in .vscode folder. File is used as
extensions recommendation for project.
|
|\ \ \
| | | |
| | | | |
Updated Jetbrains.gitignore
|
| | | |
| | | |
| | | | |
Added datasource folder
|
|\ \ \ \
| | | | |
| | | | | |
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.
|
|/ / /
| | |
| | | |
Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
|
|\ \ \
| | | |
| | | | |
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)
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | | |
Apple renames OS X to macOS. Announced @ WWDC 2016
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|