Commit Graph

2920 Commits

Author SHA1 Message Date
Chris 5e89a9825f Add support for FuseBox
Project site: [link](https://fuse-box.org/)

Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache)

Reason: Don't VC cache

Hopefully, I did this correctly!
2018-10-20 01:09:08 -04:00
Brendan Forster c68eb91e0a Merge pull request #2752 from fidmor89/patch-2
Update Xcode.gitignore
2018-10-13 17:45:23 -03:00
Brendan Forster 5f548f8a91 Merge pull request #2805 from lakerobin/patch-1
Laravel: only ignore root vendor directory
2018-10-13 17:28:15 -03:00
Brendan Forster 13c64104e9 Merge pull request #2806 from Orbyt/patch-1
Added wildcard ignore for .keystore files
2018-10-13 17:27:46 -03:00
Brendan Forster 93d97e74f2 Merge pull request #2837 from chhh/feature/netbeans-patch
Ignoring multi-directory a path without ** is not enough
2018-10-13 17:17:18 -03:00
Dmitry Avtonomov 6af983185a Ignoring multi-directory a path without ** is not enough for nested projects 2018-10-13 13:00:04 -07:00
Brendan Forster 2a40ae6a38 Merge pull request #2825 from snakeice/patch-1
New dependency manager delphi for delphi
2018-10-12 10:16:12 -03:00
Brendan Forster 64df318314 Merge pull request #2835 from dureyingenieria/ignore-android-bundles
Ignore the new Android Bundle generated files
2018-10-12 10:13:53 -03:00
Brendan Forster 46f20037c2 Update Delphi.gitignore 2018-10-12 10:12:55 -03:00
Brendan Forster 053f1670e2 Merge pull request #2829 from valentine/rails-public-assets
Ignore public/assets in Rails .gitignore
2018-10-12 09:26:45 -03:00
Brendan Forster 5e2428f303 Merge pull request #2830 from kevdotbadger/patch-1
Update README.md
2018-10-12 09:26:25 -03:00
Durey Ingeniería 95ba18cee6 Ignore the new Android Bundle generated files 2018-10-12 00:14:12 +01:00
Kevin Ruscoe 372d6fd79b Update README.md
'project specific' should really be hyphenated.
2018-10-07 14:26:19 +01:00
Valentine C 86fdc70096 Ignore public/assets in Rails .gitignore 2018-10-06 13:28:22 +08:00
Rodrigo Bernardi 4fff0ee8bd Update Delphi.gitignore 2018-10-02 23:16:08 -03:00
Rodrigo Bernardi 5002becff2 New dependency manager delphi for delphi
[boss](https://github.com/HashLoad/boss) use the module folder for the download dependencies and it is not necessary
2018-10-02 17:03:59 -03:00
Brendan Forster 72190ee30b Merge pull request #2821 from KevinRaney/add-to-visual-studio
Update VisualStudio.gitignore
2018-09-27 15:10:31 -03:00
Kevin R. Raney 3f0a607c11 Update VisualStudio.gitignore
This will ignore SQL Server Reporting Services user files
2018-09-27 11:27:56 -06:00
Brendan Forster 340e2fe08a Merge pull request #2818 from whisperity/ignore-tex-templategenerated
[TeX] Ignore generated files by 'comment' and 'xcolor' package
2018-09-21 10:12:26 -03:00
Whisperity a77aaae89d [TeX] Ignore generated files by 'comment' and 'xcolor' package 2018-09-21 14:39:06 +02:00
Brendan Forster cfd32d9174 Merge pull request #2815 from Droni/patch-1
No need to fully exclude CodeRush settings
2018-09-18 08:28:54 -03:00
Andrew b0b1b52543 No need to fully exclude CodeRush settings
Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
2018-09-18 10:10:17 +03:00
Brendan Forster 9d7ff09c7d Merge pull request #2810 from stuckj/patch-1
Ignore build cache file for Android Studio 3.1+
2018-09-15 11:37:56 -03:00
Brendan Forster 519396a362 Merge pull request #2811 from JeffCyr/wpftmp
Added *_wpftmp.csproj to VisualStudio.gitignore
2018-09-15 11:37:04 -03:00
Jeff Cyr a89e5e1464 Added *_wpftmp.csproj ignore 2018-09-14 16:10:52 -04:00
Jonathan Stucklen 8e9a976642 Ignore build cache file for Android Studio 3.1+
See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore

and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553

for justification.
2018-09-14 15:46:02 -04:00
Caleb Chiesa 8025c331fd Added wildcard ignore for .keystore files
Keystore files with an extension of `.keystore` are also valid and commonly used.
2018-09-12 10:40:54 -07:00
Brendan Forster 28222daa1e Merge pull request #2804 from louistio/grunt-js-https
Use https for gruntjs link in Node gitignore
2018-09-12 09:22:22 -03:00
Lake Robin 67aa0dca06 Only ignore root vendor directory
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.
2018-09-12 15:16:16 +05:30
Adam Gauthier ab098d2695 Use https for gruntjs link in Node gitignore 2018-09-11 23:54:41 -04:00
Brendan Forster 35441e97b4 Merge pull request #2802 from SethMichaelLarson/patch-1
Add .nox directory for the nox testing tool
2018-09-09 15:26:30 -07:00
Seth M. Larson 34e8d3e204 Add .nox directory for the nox testing tool
See: https://github.com/theacodes/nox
2018-09-09 15:39:02 -05:00
Brendan Forster 90cb995068 Merge pull request #2797 from gurvircheema/rails5.2
Add storage and yarn related entries for rails 5.2
2018-09-04 13:38:27 -03:00
Brendan Forster 7598e1b4fb Merge pull request #2799 from alastairtree/patch-1
Minor imporvements to terraform ignore file
2018-09-04 13:25:05 -03:00
Alastair Crabtree a06382dcf8 Minor imporvements to terraform ignore file
* Fix Typo
* Add example to include overrides
2018-09-04 12:19:32 +01:00
Gurvir Cheema 3db98a37a4 Add storage and yarn related entries for rails 5.2 2018-09-02 23:24:10 -07:00
Brendan Forster 210c95bb02 Merge pull request #2788 from amigcamel/ignore_ipython_profile
ignore ipython profile
2018-08-26 14:22:38 -03:00
amigcamel e675c00b8c fix typo: should be profile_default instead of default_profile 2018-08-27 00:35:37 +08:00
Brendan Forster ffff0b8843 Merge pull request #2784 from GabrielC101/add_dmypy_json_to_Python.gitignore
add .dmypy.json to Python.gitignore.
2018-08-26 10:37:02 -03:00
Brendan Forster 5aff71b8d5 Merge pull request #2785 from obounaim/update-terraform
Update Terraform.gitignore
2018-08-26 10:26:30 -03:00
Brendan Forster cb362165bf Merge pull request #2790 from Niels-NTG/master
Processing: Add ignore rules for Linux ARM exports
2018-08-26 10:25:34 -03:00
Brendan Forster a53c9155fa Merge pull request #2781 from cnyyk/master
Removed Microsoft Word 2016 Auto Backuped File on macOS
2018-08-26 10:24:45 -03:00
Niels NTG Poldervaart a92d6088ab Add ignore rules for Linux ARM exports
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.
2018-08-25 14:46:05 +02:00
Brendan Forster 318f8fc991 Merge pull request #2787 from muzimuzhi/patch-1
Added *.listing extension to TeX.gitignore
2018-08-22 15:31:24 -05:00
amigcamel c04384de49 ignore ipython profile 2018-08-22 17:33:41 +08:00
muzimuzhi e98611a344 Added *.listing extension to TeX.gitignore
This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox".
2018-08-22 01:26:44 +08:00
Oussama BOUNAIM 70be586ce0 Update Terraform.gitignore
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
2018-08-19 10:31:44 +02:00
Gabriel Curio 7bc8780913 Remove newline at end of Python.gitignore.
My preference is for files to have a terminal newline, however that
doesn't seem to be how this repo is doing things.
2018-08-18 12:25:43 -05:00
Gabriel Curio eb4ff424fd add dmypy.json - without initial '.', to Python.gitignore.
Older versions of dmypy used 'dmypy.json' without the initial '.'.
This should be added to Python.gitignore for those using older versions
of MyPy.
2018-08-18 12:21:30 -05:00
Gabriel Curio 07a1dd6b99 add .dmypy.json to Python.gitignore.
MyPy includes a daemon server that creates a file named .dmypy.json to
manage socket connection data.
2018-08-18 12:08:55 -05:00