Commit Graph

3056 Commits

Author SHA1 Message Date
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
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
519396a362 Merge pull request #2811 from JeffCyr/wpftmp
Added *_wpftmp.csproj to VisualStudio.gitignore
2018-09-15 11:37:04 -03:00
a89e5e1464 Added *_wpftmp.csproj ignore 2018-09-14 16:10:52 -04:00
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
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
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
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
ab098d2695 Use https for gruntjs link in Node gitignore 2018-09-11 23:54:41 -04:00
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
34e8d3e204 Add .nox directory for the nox testing tool
See: https://github.com/theacodes/nox
2018-09-09 15:39:02 -05:00
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
7598e1b4fb Merge pull request #2799 from alastairtree/patch-1
Minor imporvements to terraform ignore file
2018-09-04 13:25:05 -03:00
a06382dcf8 Minor imporvements to terraform ignore file
* Fix Typo
* Add example to include overrides
2018-09-04 12:19:32 +01:00
3db98a37a4 Add storage and yarn related entries for rails 5.2 2018-09-02 23:24:10 -07:00
210c95bb02 Merge pull request #2788 from amigcamel/ignore_ipython_profile
ignore ipython profile
2018-08-26 14:22:38 -03:00
e675c00b8c fix typo: should be profile_default instead of default_profile 2018-08-27 00:35:37 +08:00
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
5aff71b8d5 Merge pull request #2785 from obounaim/update-terraform
Update Terraform.gitignore
2018-08-26 10:26:30 -03:00
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
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
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
318f8fc991 Merge pull request #2787 from muzimuzhi/patch-1
Added *.listing extension to TeX.gitignore
2018-08-22 15:31:24 -05:00
c04384de49 ignore ipython profile 2018-08-22 17:33:41 +08:00
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
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
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
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
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
38b189d3b9 Merge pull request #2782 from Peetz0r/patch-1
KiCad .gitignore library fix
2018-08-16 09:10:40 -03:00
b7477e9c1b KiCad .gitignore library fix
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).
2018-08-16 04:25:13 +02:00
YCH
cbdbe97c96 Removed Microsoft Word 2016 Auto Backuped File on macOS
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".
2018-08-14 12:50:32 +08:00
ea28c14da0 Merge pull request #2751 from fidmor89/patch-1
Update Swift.gitignore
2018-08-10 10:19:20 -03:00
74b2f95a14 Merge pull request #2775 from TheGamingBook/ignore-logs-symfony4
Ignore logs for Symfony4
2018-08-10 10:13:43 -03:00
4bf58ca06d Merge pull request #2758 from iSWORD/patch-1
updated jetbrains gitignore to ignore contentModel
2018-08-10 09:58:58 -03:00
bc4f399df4 Merge pull request #2739 from jayvdb/diff-files
New template for diff files
2018-08-10 09:58:08 -03:00
4274a6d32d Ignore logs for Symfony4
Source: https://symfony.com/doc/master/logging.html
Under Where Logs are Stored, added since Symfony 4.0
2018-08-08 22:39:04 +02:00
5a7a3cddf3 Merge pull request #2772 from fabiofdsantos/patch-1
Update Laravel.gitignore
2018-08-07 10:32:28 -03:00
394704b6a7 Update Laravel.gitignore 2018-08-06 14:51:56 +01:00
cb0a95c36f Merge pull request #2769 from BlackStarX42/master
Fixing MIDL header file pattern for Visual Studio
2018-08-03 08:11:46 -03:00
a3b7954a02 Fixing MIDL header file pattern for Visual Studio
_i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
2018-08-03 12:52:19 +02:00
300be202df Merge pull request #2768 from ofthelit/master
Ignore files from Local History plug-ins
2018-08-01 07:58:16 -03:00
3674716af1 Ignore files from Local History plug-ins
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
2018-08-01 12:29:58 +02:00
967cd64793 Merge pull request #2762 from EmreAtes/patch-1
Add configure logs
2018-07-10 15:41:50 -03:00
789c4cca6d Add configure logs
These files are created when running `autoreconf`; however they don't need to be added to version control.
2018-07-10 11:11:29 -04:00
ca0d1e9ddc Merge pull request #2759 from AndyHee/master
Update TeX.gitignore
2018-07-05 09:11:04 -03:00
5cd48ab642 Update TeX.gitignore 2018-07-05 11:37:53 +07:00
197804c87e Update TeX.gitignore
Added LyX editor backup file extension: i,e .lyx~
2018-07-05 11:36:02 +07:00
cd872a98f0 Merge pull request #2738 from jayvdb/patch-artifacts
Patch artifacts
2018-07-04 15:02:43 -03:00
e9abf595a3 updated jetbrains gitignore to ignore contentModel
contentModel.xml is automatically generated and can be safely ignored.

Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984
2018-07-04 15:11:37 +02:00