aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore Eclipse .project and .classpath when using build tools Maven or GradleChris Bain2021-12-112-0/+12
|
* Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-pluginBrian Douglas2021-12-101-0/+3
|\
| * Updating JetBrains template, adding SonarLint PluginTigerC102020-12-291-0/+3
| |
* | Merge pull request #3760 from erikjanwestendorp/erikjanwestendorp-patch-1Brian Douglas2021-12-101-0/+4
|\ \
| * | Update Umbraco.gitignoreErik-Jan Westendorp2021-06-151-1/+1
| | | | | | | | | Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
| * | Add media folder to umbraco.gitignoreErik-Jan Westendorp2021-06-151-0/+4
| | |
* | | Merge pull request #3919 from noinkling/patch-1Brian Douglas2021-12-101-1/+2
|\ \ \
| * | | Re-add .env to Node.gitignoreMalcolm2021-12-111-1/+2
|/ / /
* | | Merge pull request #3386 from ↵Brian Douglas2021-12-101-37/+50
|\ \ \ | | | | | | | | | | | | | | | | lpalgarvio/update-drupal.gitignore-with-upstream-conventions Update Drupal.gitignore with upstream conventions: prefix /web for dr…
| * | | Update Drupal.gitignore with upstream conventions: prefix /web for drupal ↵Luís Algarvio2020-04-281-37/+50
| | | | | | | | | | | | | | | | code; remove deprecated simpletest directory; allow project composer.json|lock at root; add /vendor, composer, robo, drush and drupal scripts to root
* | | | Merge pull request #3777 from weycen/add-uVisionBrian Douglas2021-12-101-0/+45
|\ \ \ \ | | | | | | | | | | Add template for Keil uVision
| * \ \ \ Merge branch 'master' into add-uVisionweycen2021-08-208-11/+51
| |\ \ \ \
| * | | | | Move 'uVision.gitignore' to the community folderweycen2021-08-201-45/+45
| | | | | |
| * | | | | Update uVision.gitignoreChengwei Qiu2021-07-131-3/+4
| | | | | | | | | | | | | | | | | | Add *.lnp, some category adjustments.
| * | | | | Update uVision.gitignoreChengwei Qiu2021-07-131-7/+14
| | | | | | | | | | | | | | | | | | Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
| * | | | | feat: Add *.iexChengwei Qiu2021-07-081-0/+1
| | | | | |
| * | | | | feat: Add template for Keil uVisionweycen2021-07-021-0/+36
| | |_|/ / | |/| | |
* | | | | Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-logBrian Douglas2021-12-101-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added wildcard to crash.log because the newer versions of Terraform c…
| * | | | | Ignore crash.log and crash.*.log files generated by Terraform debuggingMukesh Sharma2021-07-131-0/+1
| | | | | |
| * | | | | Added wildcard to crash.log because the newer versions of Terraform creates ↵Mukesh Sharma2021-07-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | crash log with random numbers in between example crash.105189318.log
* | | | | Merge pull request #3785 from LoganTann/patch-1Brian Douglas2021-12-101-0/+1
|\ \ \ \ \ | | | | | | | | | | | | fixes CodeIgniter.gitignore deleting a critical framework file
| * | | | | fixes CodeIgniter.gitignore deleting a critical system fileShinProg (Logan Tann)2021-07-171-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework. The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run. I added the following rule to fix this : `!system/Cache/*`. Note : this won't fix the bug if the system folder is renamed
* | | | | Merge pull request #3788 from SethFalco/patch-1Brian Douglas2021-12-101-0/+3
|\ \ \ \ \ | | | | | | | | | | | | VisualStudioCode: ignores built vscode extensions
| * | | | | VisualStudioCode: ignores built vscode extensionsSeth Falco2021-07-201-0/+3
| |/ / / /
* | | | | Merge pull request #3796 from snaulX/masterBrian Douglas2021-12-101-0/+45
|\ \ \ \ \ | | | | | | | | | | | | Create .gitignore for Flax Engine
| * \ \ \ \ Merge branch 'github:master' into masterAlexander2021-10-161-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'github:master' into masterAlexander2021-09-148-11/+51
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Create .gitignore for Flax EngineAlexander2021-07-291-0/+45
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3805 from wc7086/patch-1Brian Douglas2021-12-101-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | KiCad: add *-backups
| * | | | | | KiCad: add *-backupswc70862021-08-151-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >A note about backup files One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html). >An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system. https://forum.kicad.info/t/new-project-file-format/23705
* | | | | | Merge pull request #3792 from jl5000/patch-1Brian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add RStudio Connect folder to R gitignore
| * | | | | | Add RStudio Connect folder to R gitignoreJamie Lendrum2021-07-221-0/+3
| |/ / / / / | | | | | | | | | | | | https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
* | | | | | Merge pull request #3854 from AnilSeervi/patch-1Brian Douglas2021-12-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update global .gitignore template doc ID link
| * | | | | | Update global .gitignore template doc ID linkAnil Seervi2021-10-121-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3845 from kjchome/vshistoryBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
| * | | | | | Add Visual Studio History (VSHistory) filesKen Cross2021-10-031-0/+3
| |/ / / / /
* | | | | | Merge pull request #3839 from tropicalraisel/patch-1Brian Douglas2021-12-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed .vscode not being ignored
| * | | | | | Fixed .vscode not being ignoredTropical Raisel2021-09-271-1/+1
| |/ / / / /
* | | | | | Merge pull request #3752 from lafeychine/TikZplotBrian Douglas2021-12-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Gnuplot ignored in TeX.gitignore
| * | | | | | GNU plot ignored in TeX.gitignoreVincent Lafeychine2021-06-031-0/+4
| | | | | | |
* | | | | | | Merge pull request #3857 from janniklasrose/patch-1Brian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add .ptc to TeX.gitignore
| * | | | | | | Update TeX.gitignoreJan N Rose2021-10-131-0/+3
| | |/ / / / / | |/| | | | | | | | | | | | Add .ptc extension (partial toc) from titletoc package
* | | | | | | Merge pull request #3544 from schtandard/latex_svgBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add svg temporary files
| * | | | | | | Add svg temporary filesschtandard2020-10-091-0/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The svg package creates two temporary files for each .svg file that is included in the document (one .pdf file and one .pdf_tex file). These are placed into a subfolder called svg-inkscape/ by default.
* | | | | | | Merge pull request #3856 from edwardrowe/patch-1Brian Douglas2021-12-101-3/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Unity: Remove exclusion for *.meta files
| * \ \ \ \ \ \ Merge branch 'main' into patch-1Brian Douglas2021-12-1025-101/+203
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3874 from Booklordofthedings/masterBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Gitignore template for Beef programming language
| * \ \ \ \ \ \ \ Merge pull request #1 from Booklordofthedings/mainJannis vH2021-12-0620-97/+135
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Merge main branch into master branch
| | * \ \ \ \ \ \ \ Merge branch 'github:main' into mainJannis vH2021-12-0619-97/+135
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Moved file to /communityJannis vH2021-12-061-0/+3
| | | | | | | | | | |