- 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.
-
- 18 3月, 2014 1 次提交
-
-
由 Carl Suster 提交于
Update Qt.gitignore with rules from qmake
-
- 17 3月, 2014 1 次提交
-
-
由 John Munkhoff 提交于
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
-
- 16 3月, 2014 4 次提交
-
-
由 Carl Suster 提交于
Add OpenCart template
-
由 Carl Suster 提交于
Update Dart template for pub, dart2js
-
由 Carl Suster 提交于
Add a support for packer
-
由 Dmitry Teslitsky 提交于
Ignore OpenCart config files, images, cache and logs.
-
- 09 3月, 2014 1 次提交
-
-
- 08 3月, 2014 3 次提交
-
-
由 Devon Carew 提交于
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
-
由 Carl Suster 提交于
Remove duplicate line in Global/webMethods template
-
由 chirag sanghavi 提交于
-
- 06 3月, 2014 14 次提交
-
-
由 Adam Roben 提交于
Update JetBrains.gitignore
-
由 ssinss 提交于
-
由 Adam Roben 提交于
[Objective-C] Remove global rule
-
由 Adam Roben 提交于
[ChefCookbook] Remove global rules and lockfiles
-
由 Adam Roben 提交于
Merge RubyMotion into Ruby
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
Ignore coverage results from coverage.py
-
由 Carl Suster 提交于
[VisualStudio] Remove Windows OS rules
-
由 Carl Suster 提交于
Remove a trailing asterisk for stylistic consistency
-
由 Ashic Mahtab 提交于
-
由 hugovk 提交于
coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage
-
- 02 3月, 2014 1 次提交
-
-
由 Carl Suster 提交于
-
- 01 3月, 2014 10 次提交
-
-
由 Carl Suster 提交于
Rename IgnorePackages back to VisualStudio.gitignore.
-
由 Carl Suster 提交于
Fix comments in Dart template
-
由 Carl Suster 提交于
Remove overly-permissive data file rules from Node template
-
由 Steve Ziuchkovski 提交于
-
由 Stuart P. Bentley 提交于
.gitignore uses `#` for comments, not `//`
-
由 Stuart P. Bentley 提交于
These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).
-
由 Adam Roben 提交于
Refactor Node.gitignore with comments
-
由 Adam Roben 提交于
-
-
由 Phil Haack 提交于
Enable Ignore of NuGet Packages Folder By Default
-
- 28 2月, 2014 3 次提交
-
-
由 Carl Suster 提交于
Adding a global template for EiffelStudio
-
由 Carl Suster 提交于
Simplify sass cache rules
-
由 Carl Suster 提交于
Added rule for directory config under KDE to Linux template
-