- 19 3月, 2014 2 次提交
-
-
由 John Munkhoff 提交于
Remove unnecessary wording about negative ignore rules.
-
由 John Munkhoff 提交于
This commit adds a global ignore file for SlickEdit, a commercial editor. SlickEdit will create the following files when the user sets up a workspace: *.vpw Workspace file. Contains a list of project files associated with the workspace. *.vpj Project file. Contains the project’s settings, including the list of source files. *.vpwhist Workspace history file for Windows. Contains user session information (list of open files, debugger breakpoints, etc.) *.vpwhistu Workspace history file for UNIX/Linux/MacOSX. (Same as above.) *.vtg Workspace tag file. Contains a database of source code symbols. It is assumed that GitHub users will generally not want to store their workspace and project files in a repository, so those files are ignored globally. However, those files do not contain user-specific data so they could be stored in a repository and shared among developers if desired for a particular project. This can be done by adding rules like ’!*.vpw’ and ‘!*.vpj’ to the project’s .gitignore file. The workspace history and tag files contain user-specific data, so they should not be stored in a repository. For more information, download the PDF user guide from: http://www.slickedit.com/products/slickedit/product-documentation Note: The user guide is 1400 pages long and over 13MB in size. Searching for ‘vpwhist’ will lead to the section that discusses storing these files in a repository.
-
- 08 3月, 2014 1 次提交
-
-
由 chirag sanghavi 提交于
-
- 06 3月, 2014 1 次提交
-
-
由 ssinss 提交于
-
- 28 2月, 2014 2 次提交
-
-
由 Dennis Xiloj 提交于
Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
-
由 Louis M 提交于
-
- 21 2月, 2014 1 次提交
-
-
由 Carl Suster 提交于
-
- 13 2月, 2014 1 次提交
-
-
由 jturmel 提交于
* Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file
-
- 07 2月, 2014 1 次提交
-
-
由 Christoph Emmersberger 提交于
Add plugin file description for JIRA config file containing username and password
-
- 03 1月, 2014 1 次提交
-
-
由 Stuart P. Bentley 提交于
The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.
-
- 25 12月, 2013 1 次提交
-
-
由 Arinto Murdopo 提交于
which is ".target" directory.
-
- 14 11月, 2013 4 次提交
-
-
由 Jaseem Abid 提交于
-
由 Justin Spahr-Summers 提交于
Those belong in other ignore files.
-
由 unknown 提交于
-
由 Daniel Bailey 提交于
-
- 13 11月, 2013 1 次提交
-
-
由 Alexander Karatarakis 提交于
-
- 12 11月, 2013 3 次提交
-
-
由 Ivan Yatskevich 提交于
-
由 Shea Bunge 提交于
-
由 Shea Bunge 提交于
-
- 11 11月, 2013 1 次提交
-
-
由 Guillaume Girou 提交于
-
- 09 11月, 2013 7 次提交
-
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
Based on advice in the documentation at http://www.sublimetext.com/docs/2/projects.html
-
- 06 11月, 2013 1 次提交
-
-
由 Jonathan Campbell 提交于
From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html "The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work."
-
- 05 11月, 2013 1 次提交
-
-
由 Stefan Schlott 提交于
-
- 04 11月, 2013 1 次提交
-
-
由 Martín Blech 提交于
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
-
- 03 11月, 2013 1 次提交
-
-
由 Jonathan Campbell 提交于
Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html These files are created automatically the first time a vagrant box is started.
-
- 31 10月, 2013 1 次提交
-
-
由 Harshad Sabne 提交于
-
- 17 10月, 2013 2 次提交
- 13 10月, 2013 1 次提交
-
-
由 Utumno 提交于
As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F). This gitignore has lead to much confusion in SO - please ammend I would guess the same is true for .pydevproject and .cproject but can't be sure/do not have any references on those Also .launch configurations are generally meant to be versioned when saved under project location. See for instance : http://stackoverflow.com/a/337317/281545
-
- 12 10月, 2013 1 次提交
-
-
由 Daisuke Goto 提交于
-
- 06 10月, 2013 1 次提交
-
-
由 Ivan Zuzak 提交于
-
- 25 9月, 2013 1 次提交
-
-
由 Ivan Yatskevich 提交于
https://github.com/mpeltonen/sbt-idea generates this folder
-
- 28 8月, 2013 2 次提交