| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|\ \ |
|
| | |
| | |
| | | |
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
|
| | | |
|
|\ \ \ |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
lpalgarvio/update-drupal.gitignore-with-upstream-conventions
Update Drupal.gitignore with upstream conventions: prefix /web for dr…
|
| | | |
| | | |
| | | |
| | | | |
code; remove deprecated simpletest directory; allow project composer.json|lock at root; add /vendor, composer, robo, drush and drupal scripts to root
|
|\ \ \ \
| | | | |
| | | | | |
Add template for Keil uVision
|
| |\ \ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
Add *.lnp, some category adjustments.
|
| | | | | |
| | | | | |
| | | | | | |
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
|
| | | | | | |
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added wildcard to crash.log because the newer versions of Terraform c…
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
crash log with random numbers in between example crash.105189318.log
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fixes CodeIgniter.gitignore deleting a critical framework file
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
VisualStudioCode: ignores built vscode extensions
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Create .gitignore for Flax Engine
|
| |\ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
KiCad: add *-backups
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
>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
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add RStudio Connect folder to R gitignore
|
| |/ / / / /
| | | | | |
| | | | | | |
https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update global .gitignore template doc ID link
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fixed .vscode not being ignored
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Gnuplot ignored in TeX.gitignore
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add .ptc to TeX.gitignore
|
| | |/ / / / /
| |/| | | | |
| | | | | | | |
Add .ptc extension (partial toc) from titletoc package
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add svg temporary files
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Unity: Remove exclusion for *.meta files
|
| |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Gitignore template for Beef programming language
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Merge main branch into master branch
|
| | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | |
|