Permalink
Please sign in to comment.
Browse files
Merge remote-tracking branch 'origin/master' into pr/506
Conflicts: Yii.gitignore
- Loading branch information...
Showing
with
515 additions
and 408 deletions.
- +1 −1 Actionscript.gitignore
- +0 −7 Android.gitignore
- +8 −0 C++.gitignore
- +4 −0 C.gitignore
- +34 −0 CONTRIBUTING.md
- +1 −1 CakePHP.gitignore
- +6 −0 Composer.gitignore
- +1 −1 Concrete5.gitignore
- +0 −1 Coq.gitignore
- +15 −3 Dart.gitignore
- +1 −1 Delphi.gitignore
- +1 −1 Drupal.gitignore
- +4 −0 EPiServer.gitignore
- +2 −1 Erlang.gitignore
- +5 −1 ExpressionEngine.gitignore
- +2 −0 Fancy.gitignore
- +0 −1 Finale.gitignore
- +1 −1 ForceDotCom.gitignore
- +0 −1 GWT.gitignore
- +4 −0 Global/Archives.gitignore
- +1 −1 Global/CVS.gitignore
- +4 −2 Global/Eclipse.gitignore
- +1 −1 Global/Espresso.gitignore
- +1 −1 Global/FlexBuilder.gitignore
- +0 −4 Global/IntelliJ.gitignore
- +20 −0 Global/JetBrains.gitignore
- +2 −0 Global/KDevelop4.gitignore
- +0 −2 Global/Linux.gitignore
- +1 −1 Global/Matlab.gitignore
- +2 −0 Global/NotepadPP.gitignore
- +2 −1 Global/OSX.gitignore
- +0 −1 Global/PhPStorm.gitignore
- +0 −4 Global/PyCharm.gitignore
- +0 −1 Global/RubyMine.gitignore
- +1 −1 Global/SASS.gitignore
- +3 −1 Global/SBT.gitignore
- +5 −1 Global/SublimeText.gitignore
- +10 −1 Global/Tags.gitignore
- +1 −0 Global/Vagrant.gitignore
- +0 −108 Global/VisualStudio.gitignore
- +6 −0 Global/Windows.gitignore
- +4 −2 Global/vim.gitignore
- +1 −0 Go.gitignore
- +0 −1 Grails.gitignore
- +1 −1 Joomla.gitignore
- +1 −1 Kohana.gitignore
- +1 −1 LICENSE
- +0 −32 LaTeX.gitignore
- +3 −1 Leiningen.gitignore
- +1 −1 LemonStand.gitignore
- +5 −0 Magento.gitignore
- +1 −2 Node.gitignore
- +9 −5 Objective-C.gitignore
- +11 −8 Perl.gitignore
- +0 −6 PlayFramework.gitignore
- +7 −0 Processing.gitignore
- +18 −14 Python.gitignore
- +2 −1 Qt.gitignore
- +1 −1 R.gitignore
- +66 −28 README.md
- +15 −8 Rails.gitignore
- +23 −12 Ruby.gitignore
- +20 −0 RubyMotion.gitignore
- +4 −1 Scala.gitignore
- +0 −1 Sdcc.gitignore
- +1 −1 Symfony.gitignore
- +3 −0 Symfony2.gitignore
- +78 −0 TeX.gitignore
- +3 −3 Typo3.gitignore
- +5 −3 Unity.gitignore
- +0 −99 VB.Net.gitignore
- +76 −19 CSharp.gitignore → VisualStudio.gitignore
- +1 −2 Wordpress.gitignore → WordPress.gitignore
- +1 −1 Yii.gitignore
- +0 −1 ZendFramework.gitignore
- +3 −0 nanoc.gitignore
2
Actionscript.gitignore
7
Android.gitignore
8
C++.gitignore
4
C.gitignore
34
CONTRIBUTING.md
| @@ -0,0 +1,34 @@ | ||
| +# Contributing guidelines | ||
| + | ||
| +We’d love you to help us improve this project. To help us keep this collection | ||
| +high quality, we request that contributions adhere to the following guidelines. | ||
| + | ||
| +- **Provide a link to the application or project’s homepage**. Unless it’s | ||
| + extremely popular, there’s a chance the maintainers don’t know about or use | ||
| + the language, framework, editor, app, or project your change applies to. | ||
| + | ||
| +- **Provide links to documentation** supporting the change you’re making. | ||
| + Current, canonical documentation mentioning the files being ignored is best. | ||
| + If documentation isn’t available to support your change, do the best you can | ||
| + to explain what the files being ignored are for. | ||
| + | ||
| +- **Explain why you’re making a change**. Even if it seems self-evident, please | ||
| + take a sentence or two to tell us why your change or addition should happen. | ||
| + It’s especially helpful to articulate why this change applies to *everyone* | ||
| + who works with the applicable technology, rather than just you or your team. | ||
| + | ||
| +- **Please consider the scope of your change**. If your change specific to a | ||
| + certain language or framework, then make sure the change is made to the | ||
| + template for that language or framework, rather than to the template for an | ||
| + editor, tool, or operating system. | ||
| + | ||
| +- **Please only modify *one template* per pull request**. This helps keep pull | ||
| + requests and feedback focused on a specific project or technology. | ||
| + | ||
| +In general, the more you can do to help us understand the change you’re making, | ||
| +the more likely we’ll be to accept your contribution quickly. | ||
| + | ||
| +Please also understand that we can’t list every tool that ever existed. | ||
| +Our aim is to curate a collection of the *most common and helpful* templates, | ||
| +not to make sure we cover every project possible. If we choose not to | ||
| +include your language, tool, or project, it’s not because it’s not awesome. |
2
CakePHP.gitignore
6
Composer.gitignore
| @@ -0,0 +1,6 @@ | ||
| +composer.phar | ||
| +vendor/ | ||
| + | ||
| +# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file | ||
| +# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | ||
| +# composer.lock |
2
Concrete5.gitignore
| @@ -1,3 +1,3 @@ | ||
| config/site.php | ||
| files/cache/* | ||
| -files/tmp/* | ||
| +files/tmp/* |
1
Coq.gitignore
| @@ -1,4 +1,3 @@ | ||
| *.vo | ||
| *.glob | ||
| *.v.d | ||
| - |
18
Dart.gitignore
| @@ -1,4 +1,16 @@ | ||
| -.DS_Store | ||
| -packages | ||
| +// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js | ||
| +packages/ | ||
| .project | ||
| -pubspec.lock | ||
| +.buildlog | ||
| +*.js_ | ||
| +*.js.deps | ||
| +*.js.map | ||
| + | ||
| +// Include when developing application packages | ||
| +pubspec.lock | ||
| + | ||
| +// Avoid committing generated JavaScript files | ||
| +*.dart.js | ||
| + | ||
| +// Check for any other incovenient files generated by OS | ||
| +// and other tools such as Eclipse, IntelliJ, etc. |
2
Delphi.gitignore
2
Drupal.gitignore
4
EPiServer.gitignore
| @@ -0,0 +1,4 @@ | ||
| +###################### | ||
| +## EPiServer Files | ||
| +###################### | ||
| +*License.config |
3
Erlang.gitignore
6
ExpressionEngine.gitignore
2
Fancy.gitignore
| @@ -0,0 +1,2 @@ | ||
| +*.rbc | ||
| +*.fyc |
1
Finale.gitignore
2
ForceDotCom.gitignore
| @@ -1,4 +1,4 @@ | ||
| .project | ||
| .settings | ||
| salesforce.schema | ||
| -Referenced Packages | ||
| +Referenced Packages |
1
GWT.gitignore
4
Global/Archives.gitignore
2
Global/CVS.gitignore
| @@ -1,4 +1,4 @@ | ||
| /CVS/* | ||
| */CVS/* | ||
| .cvsignore | ||
| -*/.cvsignore | ||
| +*/.cvsignore |
6
Global/Eclipse.gitignore
2
Global/Espresso.gitignore
| @@ -1 +1 @@ | ||
| -*.esproj | ||
| +*.esproj |
2
Global/FlexBuilder.gitignore
| @@ -1,2 +1,2 @@ | ||
| bin/ | ||
| -bin-debug/ | ||
| +bin-debug/ |
4
Global/IntelliJ.gitignore
| @@ -1,4 +0,0 @@ | ||
| -*.iml | ||
| -*.ipr | ||
| -*.iws | ||
| -.idea/ |
20
Global/JetBrains.gitignore
| @@ -0,0 +1,20 @@ | ||
| +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode | ||
| + | ||
| +## Directory-based project format | ||
| +.idea/ | ||
| +# if you remove the above rule, at least ignore user-specific stuff: | ||
| +# .idea/workspace.xml | ||
| +# .idea/tasks.xml | ||
| +# and these sensitive or high-churn files: | ||
| +# .idea/dataSources.ids | ||
| +# .idea/dataSources.xml | ||
| +# .idea/sqlDataSources.xml | ||
| +# .idea/dynamic.xml | ||
| + | ||
| +## File-based project format | ||
| +*.ipr | ||
| +*.iws | ||
| +*.iml | ||
| + | ||
| +## Additional for IntelliJ | ||
| +out/ |
2
Global/KDevelop4.gitignore
| @@ -0,0 +1,2 @@ | ||
| +*.kdev4 | ||
| +.kdev4/ |
2
Global/Linux.gitignore
| @@ -1,3 +1 @@ | ||
| -.* | ||
| -!.gitignore | ||
| *~ |
2
Global/Matlab.gitignore
2
Global/NotepadPP.gitignore
| @@ -0,0 +1,2 @@ | ||
| +# Notepad++ backups # | ||
| +*.bak |
3
Global/OSX.gitignore
1
Global/PhPStorm.gitignore
| @@ -1 +0,0 @@ | ||
| -.idea/ |
4
Global/PyCharm.gitignore
| @@ -1,4 +0,0 @@ | ||
| -# PyCharm | ||
| -# http://www.jetbrains.com/pycharm/webhelp/project.html | ||
| -.idea | ||
| -.iml |
1
Global/RubyMine.gitignore
| @@ -1 +0,0 @@ | ||
| -.idea/workspace.xml |
2
Global/SASS.gitignore
| @@ -1,2 +1,2 @@ | ||
| -### SASS Ignores - "Sassy CSS" http://sass-lang.com/ | ||
| +### Sass Ignores - "Sassy CSS" http://sass-lang.com/ | ||
| *.sass-cache |
4
Global/SBT.gitignore
6
Global/SublimeText.gitignore
| @@ -1,2 +1,6 @@ | ||
| -# SublimeText project files | ||
| +# workspace files are user-specific | ||
| *.sublime-workspace | ||
| + | ||
| +# project files should be checked into the repository, unless a significant | ||
| +# proportion of contributors will probably not be using SublimeText | ||
| +# *.sublime-project |
11
Global/Tags.gitignore
| @@ -1,5 +1,14 @@ | ||
| -# Ignore tags created by etags and ctags | ||
| +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope | ||
| TAGS | ||
| !TAGS/ | ||
| tags | ||
| !tags/ | ||
| +gtags.files | ||
| +GTAGS | ||
| +GRTAGS | ||
| +GPATH | ||
| +cscope.files | ||
| +cscope.out | ||
| +cscope.in.out | ||
| +cscope.po.out | ||
| + |
1
Global/Vagrant.gitignore
| @@ -0,0 +1 @@ | ||
| +.vagrant/ |
108
Global/VisualStudio.gitignore
| @@ -1,108 +0,0 @@ | ||
| -## Ignore Visual Studio temporary files, build results, and | ||
| -## files generated by popular Visual Studio add-ons. | ||
| - | ||
| -# User-specific files | ||
| -*.suo | ||
| -*.user | ||
| -*.sln.docstates | ||
| - | ||
| -# Build results | ||
| - | ||
| -[Dd]ebug*/ | ||
| -[Rr]elease/ | ||
| - | ||
| -build/ | ||
| - | ||
| - | ||
| -[Tt]est[Rr]esult | ||
| -[Bb]uild[Ll]og.* | ||
| - | ||
| -*_i.c | ||
| -*_p.c | ||
| -*.ilk | ||
| -*.meta | ||
| -*.obj | ||
| -*.pch | ||
| -*.pdb | ||
| -*.pgc | ||
| -*.pgd | ||
| -*.rsp | ||
| -*.sbr | ||
| -*.tlb | ||
| -*.tli | ||
| -*.tlh | ||
| -*.tmp | ||
| -*.vspscc | ||
| -*.vssscc | ||
| -.builds | ||
| - | ||
| -*.pidb | ||
| - | ||
| -*.log | ||
| -*.scc | ||
| -# Visual C++ cache files | ||
| -ipch/ | ||
| -*.aps | ||
| -*.ncb | ||
| -*.opensdf | ||
| -*.sdf | ||
| - | ||
| -# Visual Studio profiler | ||
| -*.psess | ||
| -*.vsp | ||
| - | ||
| -# Guidance Automation Toolkit | ||
| -*.gpState | ||
| - | ||
| -# ReSharper is a .NET coding add-in | ||
| -_ReSharper*/ | ||
| - | ||
| -*.[Rr]e[Ss]harper | ||
| - | ||
| -# NCrunch | ||
| -*.ncrunch* | ||
| -.*crunch*.local.xml | ||
| - | ||
| -# Installshield output folder | ||
| -[Ee]xpress | ||
| - | ||
| -# DocProject is a documentation generator add-in | ||
| -DocProject/buildhelp/ | ||
| -DocProject/Help/*.HxT | ||
| -DocProject/Help/*.HxC | ||
| -DocProject/Help/*.hhc | ||
| -DocProject/Help/*.hhk | ||
| -DocProject/Help/*.hhp | ||
| -DocProject/Help/Html2 | ||
| -DocProject/Help/html | ||
| - | ||
| -# Click-Once directory | ||
| -publish | ||
| - | ||
| -# Publish Web Output | ||
| -*.Publish.xml | ||
| - | ||
| -# Others | ||
| -[Bb]in | ||
| -[Oo]bj | ||
| -sql | ||
| -TestResults | ||
| -[Tt]est[Rr]esult* | ||
| -*.Cache | ||
| -ClientBin | ||
| -[Ss]tyle[Cc]op.* | ||
| -~$* | ||
| -*.dbmdl | ||
| - | ||
| -*.[Pp]ublish.xml | ||
| - | ||
| -Generated_Code #added for RIA/Silverlight projects | ||
| - | ||
| -# Backup & report files from converting an old project file to a newer | ||
| -# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
| -_UpgradeReport_Files/ | ||
| -Backup*/ | ||
| -UpgradeLog*.XML | ||
| - | ||
| -# NuGet | ||
| -packages/ |
6
Global/Windows.gitignore
6
Global/vim.gitignore
| @@ -1,4 +1,6 @@ | ||
| -.*.sw[a-z] | ||
| +[._]*.s[a-w][a-z] | ||
| +[._]s[a-w][a-z] | ||
| *.un~ | ||
| Session.vim | ||
| -.netrwhist | ||
| +.netrwhist | ||
| +*~ |
1
Go.gitignore
1
Grails.gitignore
2
Joomla.gitignore
2
Kohana.gitignore
| @@ -1,2 +1,2 @@ | ||
| application/cache/* | ||
| -application/logs/* | ||
| +application/logs/* |
2
LICENSE
32
LaTeX.gitignore
| @@ -1,32 +0,0 @@ | ||
| -*.acn | ||
| -*.acr | ||
| -*.alg | ||
| -*.aux | ||
| -*.bbl | ||
| -*.blg | ||
| -*.dvi | ||
| -*.fdb_latexmk | ||
| -*.glg | ||
| -*.glo | ||
| -*.gls | ||
| -*.idx | ||
| -*.ilg | ||
| -*.ind | ||
| -*.ist | ||
| -*.lof | ||
| -*.log | ||
| -*.lot | ||
| -*.maf | ||
| -*.mtc | ||
| -*.mtc0 | ||
| -*.nav | ||
| -*.nlo | ||
| -*.out | ||
| -*.pdfsync | ||
| -*.ps | ||
| -*.snm | ||
| -*.synctex.gz | ||
| -*.toc | ||
| -*.vrb | ||
| -*.xdy | ||
| -*.tdo |
4
Leiningen.gitignore
2
LemonStand.gitignore
5
Magento.gitignore
3
Node.gitignore
14
Objective-C.gitignore
19
Perl.gitignore
6
PlayFramework.gitignore
7
Processing.gitignore
| @@ -0,0 +1,7 @@ | ||
| +.DS_Store | ||
| +applet | ||
| +application.linux32 | ||
| +application.linux64 | ||
| +application.windows32 | ||
| +application.windows64 | ||
| +application.macosx |
32
Python.gitignore
3
Qt.gitignore
2
R.gitignore
94
README.md
| @@ -1,41 +1,79 @@ | ||
| -# A Collection of Useful .gitignore Templates | ||
| +# A collection of `.gitignore` templates | ||
| -That's what we're trying to build. Please contribute | ||
| -by [forking][fk] and sending a [pull request][pr]. | ||
| +This is GitHub’s collection of [`.gitignore`][man] file templates. | ||
| +We use this list to populate the `.gitignore` template choosers available | ||
| +in the GitHub.com interface when creating new repositories and files. | ||
| -Also **please** only modify **one file** per commit. This'll | ||
| -make merging easier for everyone. | ||
| +For more information about how `.gitignore` files work, and how to use them, | ||
| +the following resources are a great place to start: | ||
| -Global gitignores (OS-specific, editor-specific) should go into the | ||
| -`Global/` directory. | ||
| +- The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book. | ||
| +- The [Ignoring Files article][help] on the GitHub Help site. | ||
| +- The [gitignore(5)][man] manual page. | ||
| -For more information on gitignore: [gitignore(5)][g5] | ||
| +[man]: http://git-scm.com/docs/gitignore | ||
| +[help]: https://help.github.com/articles/ignoring-files | ||
| +[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files | ||
| +[progit]: http://git-scm.com/book | ||
| -[fk]: http://help.github.com/forking/ | ||
| -[pr]: http://help.github.com/pull-requests/ | ||
| -[g5]: http://man.cx/gitignore | ||
| +## Folder structure | ||
| + | ||
| +The files in the root directory are for `.gitignore` templates that are | ||
| +project specific, such as language or framework specific templates. | ||
| +Global (operating system or editor specific) templates should go into the | ||
| +[`Global/`](./Global) directory. | ||
| + | ||
| +## Contributing guidelines | ||
| + | ||
| +We’d love you to help us improve this project. To help us keep this collection | ||
| +high quality, we request that contributions adhere to the following guidelines. | ||
| -## Pull Requests | ||
| +- **Provide a link to the application or project’s homepage**. Unless it’s | ||
| + extremely popular, there’s a chance the maintainers don’t know about or use | ||
| + the language, framework, editor, app, or project your change applies to. | ||
| + | ||
| +- **Provide links to documentation** supporting the change you’re making. | ||
| + Current, canonical documentation mentioning the files being ignored is best. | ||
| + If documentation isn’t available to support your change, do the best you can | ||
| + to explain what the files being ignored are for. | ||
| + | ||
| +- **Explain why you’re making a change**. Even if it seems self-evident, please | ||
| + take a sentence or two to tell us why your change or addition should happen. | ||
| + It’s especially helpful to articulate why this change applies to *everyone* | ||
| + who works with the applicable technology, rather than just you or your team. | ||
| + | ||
| +- **Please consider the scope of your change**. If your change specific to a | ||
| + certain language or framework, then make sure the change is made to the | ||
| + template for that language or framework, rather than to the template for an | ||
| + editor, tool, or operating system. | ||
| -Since this repo includes a large and diverse | ||
| -number of programming languages, frameworks, editors, | ||
| -and ecosystems, it's **very helpful** if you can provide | ||
| -a link to information supporting your pull request. | ||
| -Up-to-date, canonical documentation that mentions the files | ||
| -to be ignored is best. | ||
| +- **Please only modify *one template* per pull request**. This helps keep pull | ||
| + requests and feedback focused on a specific project or technology. | ||
| -This ensures we can efficiently go through pull requests | ||
| -and keep quality high. | ||
| +In general, the more you can do to help us understand the change you’re making, | ||
| +the more likely we’ll be to accept your contribution quickly. | ||
| -## Global Ignores | ||
| +Please also understand that we can’t list every tool that ever existed. | ||
| +Our aim is to curate a collection of the *most common and helpful* templates, | ||
| +not to make sure we cover every project possible. If we choose not to | ||
| +include your language, tool, or project, it’s not because it’s not awesome. | ||
| -git has a global configuration that applies rules to all of | ||
| -your projects. For example: | ||
| +## Contributing workflow | ||
| - git config --global core.excludesfile ~/.global_ignore | ||
| +Here’s how we suggest you go about proposing a change to this project: | ||
| + | ||
| +1. [Fork this project][fork] to your account. | ||
| +2. [Create a branch][branch] for the change you intend to make. | ||
| +3. Make your changes to your fork. | ||
| +4. [Send a pull request][pr] from your fork’s branch to our `master` branch. | ||
| + | ||
| +Using the web-based interface to make changes is fine too, and will help you | ||
| +by automatically forking the project and prompting to send a pull request too. | ||
| + | ||
| +[fork]: http://help.github.com/forking/ | ||
| +[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository | ||
| +[pr]: http://help.github.com/pull-requests/ | ||
| -... will apply the rules in ~/.global_ignore for all of your repos. | ||
| +## License | ||
| -This is useful if you use an editor (like Emacs) that drops backup files, | ||
| -or if you work in an environment that generates binary or intermediate | ||
| -files that are always ignored. | ||
| +[MIT](./LICENSE). |
23
Rails.gitignore
35
Ruby.gitignore
| @@ -1,18 +1,29 @@ | ||
| *.gem | ||
| *.rbc | ||
| -.bundle | ||
| .config | ||
| coverage | ||
| InstalledFiles | ||
| -lib/bundler/man | ||
| -pkg | ||
| -rdoc | ||
| -spec/reports | ||
| -test/tmp | ||
| -test/version_tmp | ||
| -tmp | ||
| +/pkg/ | ||
| +/spec/reports | ||
| +/test/tmp | ||
| +/test/version_tmp | ||
| +/tmp/ | ||
| -# YARD artifacts | ||
| -.yardoc | ||
| -_yardoc | ||
| -doc/ | ||
| +## Documentation cache and generated files: | ||
| +/.yardoc | ||
| +/_yardoc | ||
| +/doc/ | ||
| +/rdoc | ||
| + | ||
| +## Environment normalisation: | ||
| +/.bundle | ||
| +/lib/bundler/man | ||
| + | ||
| +# for a library or gem, you might want to ignore these files since the code is | ||
| +# intended to run in multiple environments; otherwise, check them in: | ||
| +# Gemfile.lock | ||
| +# .ruby-version | ||
| +# .ruby-gemset | ||
| + | ||
| +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: | ||
| +.rvmrc |
20
RubyMotion.gitignore
| @@ -0,0 +1,20 @@ | ||
| +.dat* | ||
| +.repl_history | ||
| +build/ | ||
| +tags | ||
| + | ||
| +# Editor files | ||
| +.DS_Store | ||
| +nbproject | ||
| +.redcar | ||
| +*.swp | ||
| +*.swo | ||
| +~ | ||
| +.eprj | ||
| +vendor/Pods | ||
| +*.nib | ||
| + | ||
| +# YARD artifacts | ||
| +.yardoc | ||
| +_yardoc | ||
| +doc/ |
5
Scala.gitignore
1
Sdcc.gitignore
2
Symfony.gitignore
3
Symfony2.gitignore
78
TeX.gitignore
| @@ -0,0 +1,78 @@ | ||
| +## Core latex/pdflatex auxiliary files: | ||
| +*.aux | ||
| +*.lof | ||
| +*.log | ||
| +*.lot | ||
| +*.fls | ||
| +*.out | ||
| +*.toc | ||
| + | ||
| +## Intermediate documents: | ||
| +*.dvi | ||
| +# these rules might exclude image files for figures etc. | ||
| +# *.ps | ||
| +# *.eps | ||
| + | ||
| +## Bibliography auxiliary files (bibtex/biblatex/biber): | ||
| +*.bbl | ||
| +*.bcf | ||
| +*.blg | ||
| +*-blx.aux | ||
| +*-blx.bib | ||
| +*.run.xml | ||
| + | ||
| +## Build tool auxiliary files: | ||
| +*.fdb_latexmk | ||
| +*.synctex.gz | ||
| +*.pdfsync | ||
| + | ||
| +## Auxiliary and intermediate files from other packages: | ||
| + | ||
| +# algorithms | ||
| +*.alg | ||
| +*.loa | ||
| + | ||
| +# amsthm | ||
| +*.thm | ||
| + | ||
| +# beamer | ||
| +*.nav | ||
| +*.snm | ||
| +*.vrb | ||
| + | ||
| +# glossaries | ||
| +*.acn | ||
| +*.acr | ||
| +*.glg | ||
| +*.glo | ||
| +*.gls | ||
| + | ||
| +# hyperref | ||
| +*.brf | ||
| + | ||
| +# listings | ||
| +*.lol | ||
| + | ||
| +# makeidx | ||
| +*.idx | ||
| +*.ilg | ||
| +*.ind | ||
| +*.ist | ||
| + | ||
| +# minitoc | ||
| +*.maf | ||
| +*.mtc | ||
| +*.mtc0 | ||
| + | ||
| +# minted | ||
| +*.pyg | ||
| + | ||
| +# nomencl | ||
| +*.nlo | ||
| + | ||
| +# todonotes | ||
| +*.tdo | ||
| + | ||
| +# xindy | ||
| +*.xdy |
6
Typo3.gitignore
8
Unity.gitignore
99
VB.Net.gitignore
| @@ -1,99 +0,0 @@ | ||
| -# Build and Object Folders | ||
| -bin/ | ||
| -obj/ | ||
| - | ||
| -#User Specific Files | ||
| -*.user | ||
| -*.suo | ||
| - | ||
| -## Ignore Visual Studio temporary files, build results, and | ||
| -## files generated by popular Visual Studio add-ons. | ||
| - | ||
| -# User-specific files | ||
| -*.suo | ||
| -*.user | ||
| -*.sln.docstates | ||
| - | ||
| -# Build results | ||
| -[Dd]ebug/ | ||
| -[Rr]elease/ | ||
| -x64/ | ||
| -*_i.c | ||
| -*_p.c | ||
| -*.ilk | ||
| -*.meta | ||
| -*.obj | ||
| -*.pch | ||
| -*.pdb | ||
| -*.pgc | ||
| -*.pgd | ||
| -*.rsp | ||
| -*.sbr | ||
| -*.tlb | ||
| -*.tli | ||
| -*.tlh | ||
| -*.tmp | ||
| -*.log | ||
| -*.vspscc | ||
| -*.vssscc | ||
| -.builds | ||
| - | ||
| -# Visual C++ cache files | ||
| -ipch/ | ||
| -*.aps | ||
| -*.ncb | ||
| -*.opensdf | ||
| -*.sdf | ||
| - | ||
| -# Visual Studio profiler | ||
| -*.psess | ||
| -*.vsp | ||
| -*.vspx | ||
| - | ||
| -# Guidance Automation Toolkit | ||
| -*.gpState | ||
| - | ||
| -# ReSharper is a .NET coding add-in | ||
| -_ReSharper* | ||
| - | ||
| -# NCrunch | ||
| -*.ncrunch* | ||
| -.*crunch*.local.xml | ||
| - | ||
| -# Installshield output folder | ||
| -[Ee]xpress | ||
| - | ||
| -# DocProject is a documentation generator add-in | ||
| -DocProject/buildhelp/ | ||
| -DocProject/Help/*.HxT | ||
| -DocProject/Help/*.HxC | ||
| -DocProject/Help/*.hhc | ||
| -DocProject/Help/*.hhk | ||
| -DocProject/Help/*.hhp | ||
| -DocProject/Help/Html2 | ||
| -DocProject/Help/html | ||
| - | ||
| -# Click-Once directory | ||
| -publish | ||
| - | ||
| -# Publish Web Output | ||
| -*.Publish.xml | ||
| - | ||
| -# Others | ||
| -[Bb]in | ||
| -[Oo]bj | ||
| -sql | ||
| -TestResults | ||
| -[Tt]est[Rr]esult* | ||
| -*.Cache | ||
| -ClientBin | ||
| -[Ss]tyle[Cc]op.* | ||
| -~$* | ||
| -*.dbmdl | ||
| -Generated_Code #added for RIA/Silverlight projects | ||
| - | ||
| -# Backup & report files from converting an old project file to a newer | ||
| -# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
| -_UpgradeReport_Files/ | ||
| -Backup*/ | ||
| -UpgradeLog*.XML |
95
CSharp.gitignore → VisualStudio.gitignore
3
Wordpress.gitignore → WordPress.gitignore
2
Yii.gitignore
1
ZendFramework.gitignore
3
nanoc.gitignore
0 comments on commit
1a1de19