- 12 Sep, 2018 1 commit
-
-
Lake Robin authored
In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git.
-
- 09 Sep, 2018 2 commits
-
-
Brendan Forster authored
Add .nox directory for the nox testing tool
-
Seth M. Larson authored
See: https://github.com/theacodes/nox
-
- 04 Sep, 2018 3 commits
-
-
Brendan Forster authored
Add storage and yarn related entries for rails 5.2
-
Brendan Forster authored
Minor imporvements to terraform ignore file
-
Alastair Crabtree authored
* Fix Typo * Add example to include overrides
-
- 03 Sep, 2018 1 commit
-
-
Gurvir Cheema authored
-
- 26 Aug, 2018 6 commits
-
-
Brendan Forster authored
ignore ipython profile
-
amigcamel authored
-
Brendan Forster authored
add .dmypy.json to Python.gitignore.
-
Brendan Forster authored
Update Terraform.gitignore
-
Brendan Forster authored
Processing: Add ignore rules for Linux ARM exports
-
Brendan Forster authored
Removed Microsoft Word 2016 Auto Backuped File on macOS
-
- 25 Aug, 2018 1 commit
-
-
Niels NTG Poldervaart authored
Since Processing version 3.0.1 you can compile Linux ARM versions of your Processing sketch, distinct from the regular 32 and 64 bit Linux exports.
-
- 22 Aug, 2018 2 commits
-
-
Brendan Forster authored
Added *.listing extension to TeX.gitignore
-
amigcamel authored
-
- 21 Aug, 2018 1 commit
-
-
muzimuzhi authored
This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox".
-
- 19 Aug, 2018 1 commit
-
-
Oussama BOUNAIM authored
Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html
-
- 18 Aug, 2018 3 commits
-
-
Gabriel Curio authored
My preference is for files to have a terminal newline, however that doesn't seem to be how this repo is doing things.
-
Gabriel Curio authored
Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy.
-
Gabriel Curio authored
MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data.
-
- 16 Aug, 2018 2 commits
-
-
Brendan Forster authored
KiCad .gitignore library fix
-
Peter authored
We shouldn't ignore -cache.lib files, because it causes missing components in your schema http://kicad-pcb.org/help/file-formats/ specifically mentions this: > `-cache.lib`: … a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different).
-
- 14 Aug, 2018 1 commit
-
-
YCH authored
If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
-
- 10 Aug, 2018 4 commits
-
-
Brendan Forster authored
Update Swift.gitignore
-
Brendan Forster authored
Ignore logs for Symfony4
-
Brendan Forster authored
updated jetbrains gitignore to ignore contentModel
-
Brendan Forster authored
New template for diff files
-
- 08 Aug, 2018 1 commit
-
-
Stefan Krnajski authored
Source: https://symfony.com/doc/master/logging.html Under Where Logs are Stored, added since Symfony 4.0
-
- 07 Aug, 2018 1 commit
-
-
Brendan Forster authored
Update Laravel.gitignore
-
- 06 Aug, 2018 1 commit
-
-
Fábio Santos authored
-
- 03 Aug, 2018 2 commits
-
-
Brendan Forster authored
Fixing MIDL header file pattern for Visual Studio
-
Matthias Schäfer authored
_i.h given in 799ee6b7#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
-
- 01 Aug, 2018 2 commits
-
-
Brendan Forster authored
Ignore files from Local History plug-ins
-
ofthelit authored
Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs. https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
-
- 10 Jul, 2018 2 commits
-
-
Brendan Forster authored
Add configure logs
-
Emre Ates authored
These files are created when running `autoreconf`; however they don't need to be added to version control.
-
- 05 Jul, 2018 3 commits
-
-
Brendan Forster authored
Update TeX.gitignore
-
Andy H3 authored
-
Andy H3 authored
Added LyX editor backup file extension: i,e .lyx~
-