Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using submodule #8

Open
wants to merge 2,896 commits into
base: master
Choose a base branch
from
Open

Using submodule #8

wants to merge 2,896 commits into from

Conversation

hadisfr
Copy link

@hadisfr hadisfr commented Aug 12, 2018

implement #5

Please merge only one of this and #7.

Note: Some of old boilerplates are missing from github/gitignore. We may need to make a pull request to add them, before merge this, or include them separately in this project.

Noctis- and others added 30 commits November 16, 2017 09:09
Update VisualStudio.gitignore
Ignore Visual Studio 2017 C++ app generated files.
Revert "Remove Composer's file and directory."
* Update VisualStudio.gitignore
* without . the auto directory is still considered for commits

* small addition that ensures all Emacs-Lisp files (.el files) are ignored
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
* Update Unity.gitignore

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.

* removed wildcards from Unity's .gitignore
Add .jekyll-cache/ as per envygeeks/jekyll-assets
The out of date models flag is automatically generated by the system, we don't want this in Git
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
* Add *.snk strong name key files

Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.

I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.

* Make use of *.snk optional

Add note explaining use.

* Reduce explanation

Just use a link instead
* Update Eclipse.gitignore

* Update Eclipse.gitignore
@hadisfr hadisfr force-pushed the dev branch 2 times, most recently from f06efd2 to 8e7a464 Compare August 12, 2018 19:46
README.md Outdated
```
git clone https://github.com/theadamlt/Sublime-Gitignore ~/.config/sublime-text-2/Packages/Gitignore
```bash
git clone https://github.com/kevinxucs/Sublime-Gitignore ~/.config/sublime-text-2/Packages/Gitignore
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably can change to path for sublime text 3 here

README.md Outdated
[Install Package Control](https://packagecontrol.io/installation),
then press `Cmd + Shift + P` for Mac and `Ctrl + Shift + P` for Linux/Windows,
select `Package Control: Install Package`,
and select `Sublime-Gitignore`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sublime-Gitignore -> Gitignore

.gitmodules Outdated
@@ -0,0 +1,3 @@
[submodule "boilerplates"]
Copy link
Owner

@kevinxucs kevinxucs Aug 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please make sure when installed through package control, it downloads the submodules?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know how to do it. Can you tell me how to do it? Is it only a regular zip file with specific extension in Installed Packages folder?

Copy link
Author

@hadisfr hadisfr Aug 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems there are some issues here….
wbond/package_control#126 (comment)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed submodule (497b28d) and added subtree (7980d1f). There will be no auto update as I wished to be, but the boilerplates is even with the source repo now, containing the full history and having the same structure. And there is some more improvements in this branch, e.g. 5b35d77.

I don't now there's any reason to use subtree instead of the old structure or no. I prefer the new one personally. But there is also #7 and it's up to you to decide.

@hadisfr hadisfr mentioned this pull request Aug 14, 2018
@hadisfr
Copy link
Author

hadisfr commented Aug 15, 2018

I think it will break on windows. os.path.join and similar functions should be used to keep code platform-independent.

hadisfr added a commit to hadisfr/Sublime-Gitignore that referenced this pull request Aug 16, 2018
hadisfr added a commit to hadisfr/Sublime-Gitignore that referenced this pull request Aug 16, 2018
@hadisfr
Copy link
Author

hadisfr commented Aug 31, 2018

@kevinxucs What should we do now?

hadisfr added 2 commits June 22, 2019 05:44
f9291de KiCAD: the -rescue.lib file is also precious! (#3025)
a00cb87 Revert "KiCad: add footprint cache (#3043)" (#3075)
c1faae4 Add db.sqlite3-journal to Python.gitignore (#3063)
6539838 Make ignoring .ist files for glossaries-extra ... (#3066)
310f125 style: (Golang) Remove the non-essentials (#3061)
cdab24d vim: add extra session file Sessionx.vim (#3058)
6cb96f4 add the ist file generated by glossaries-extra package (#3056)
74643fe Fix log filename for Vagrant (#3053)
837181e Updated Xcode.gitignore template with a Patch (#2566)
b5aa92c Add ignores for file-based projects (#2902)
679f51c [Android] Change to Android Studio 3 (#3004)
7c462a3 Added Preamble (#2954)
445fddf Updated ignored list (#2972)
d82e9e9 NUnit - reorganize (#2960)
e58b3e0 Update Node.gitignore (#2934)
3e263d4 [Android] ignore .idea/navEditor.xml (#3012)
d44a0cb Add fp-info-cache to KiCad gitignore (#3013)
65bc8a7 [Unity] ignore Jetbrains plugin folder (#3026)
5808b77 Update Windows.gitignore (#2191)
79d46ba Add .tsbuildinfo files to Node.gitignore (#3052)
b2d72bf Exclude memory profiler captures from git (#3049)
c975d35 Replace non-ASCII character in comment (#3050)
5c5a1b5 ignore vendor directory (#3033)
8f83007 Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047)
5b50e4c Updating Swift.gitignore with accio folders (#3046)
6ffcee9 KiCad: add footprint cache (#3043)
65bb94d Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)
293863c Delete .ist from TeX.gitignore (#3040)
26f49b0 Update R.gitignore (#3034)
c1b7904 gitignore for JENKINS_HOME Jenkins settings (#1763)
7eef17f Ignore transpiled .java and .class files (#3016)
56e3f5a [Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980)
6d467f5 Update OCaml.gitignore (#3010)
7f765e3 Remove wwwroot/lib exclusion for ASP.NET Core (#3009)
91cca65 Update SCons.gitignore (#3001)
cf8aca5 Update Node.gitignore (#3002)
76512d9 Add more standard ignored files for Julia (#2992)
1a417fe Don't ignore tmp and log directory (#2999)
bbd09f3 Add more Windows Store app package types (#2995)
f1f5397 docs: update Terraform.gitignore (#2998)
503c26b Add lerna-debug.log to Node.gitignore (#3000)
2aabd7b Ignore files generated by luatexja-ruby (#2996)
b960d3c Update VisualStudio.gitignore file (#2975)
96baa63 Remove Rider (idea) ignore statements from VS (#2991)
7079791 Add ignore rules for Pipenv (#2977)
23f7a81 Unity: ignore TextMesh Pro (#2988)
e71843a Move Drupal7 to correct location (#2985)
1436b29 [Node] Ignore diagnostic report files (#2971)
37abd93 Ignore Drupal test generated files (#2982)
d7452bf Add MAlonzo directory. (#2978)
dfc5642 Add .phpunit.result.cache to the .gitignore (#2973)
cd49307 Remove extra newline (#2983)
e32de69 Merge pull request #2974 from kaasasolut/patch-1
210a49a R: ignore user-specific files
d2c1bb2 Merge pull request #2963 from OsirisTerje/MigrationBackup
8dff1be Added backup folder for Package Reference Convert tool in VS 2017
66f2cae Merge pull request kevinxucs#1 from github/master
d34e915 Merge pull request #2957 from happydude/patch-1
d72f17f Update VisualStudio.gitignore
f731569 Merge pull request #2955 from martonmiklos/add_qtcreator_import_project_files
1ee3d75 Add *.creator.user* files to the Qt .gitignore
2fa8002 Merge pull request #2948 from Yousha/master
8372d78 Merge pull request #2952 from KexyBiscuit/patch-1
4e9a58b Remove trailing whitespace added last commit.
c2a98e4 Update CodeSniffer.gitignore
042be9d Merge pull request #2927 from Yousha/master
e7fa74b Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore
86a1e39 Merge pull request #2944 from pappasam/Python/pip-wheel-metadata
866572d Add pip-wheel-metadata to Python.gitignore
46c9c48 Merge pull request #2942 from joaomlneto/patch-1
f273474 Ignore CMake FetchContent directory
7b39587 Merge pull request #2939 from Flate/master
28ae73e Unity: Never ignore asset meta data
3818fec Merge pull request #2938 from locofocos/patch-1
dfce3fd Update Ruby.ignore to ignore .byebug_history file
8338f33 Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore
1c1744a Added compile_commands.json to Qt.gitignore
f908e51 Merge pull request #2925 from kaiyangjia/master
ec37913 Add build_file_checksums.ser and modules.xml files.
20f0ea9 Merge pull request #2926 from github/mdbs-are-people-too
152f419 Unity: Do not blanket-ignore specific plugins, that's a user choice
24f6734 Unity: ignore mdb files and fix path to crashlytics file (it can be in other places)
240dd3f add android lint files
f549603 Merge pull request #2922 from wRorsjakz/patch-1
df47060 Merge pull request #2921 from aslamanver/master
2b2b613 Add version control ignore
584dd34 google-services.json
18654b4 Merge pull request #2918 from johnsoncodehk/patch-3
81923b1 Unified base folder name format
6531e38 Merge pull request #2899 from johnsoncodehk/patch-2
d1baec1 Merge pull request #2907 from HassanHashemi/patch-1
98a3e85 cleanup
d7eef7d Merge pull request #2913 from dangu/dev/IAR_EWARM
5bbde8f Update the rule
db53e8c Changed the rule to healthchecksdb
1afdbc0 Move to community/embedded
c7d0718 Update info for IAR EWARM
718f4f5 Move IAR_EWARM to a new directory Embedded
c5557ee Move to the community directory
ade77e5 Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/)
6cc2079 Add * wildcard
21780d9 Merge pull request #2912 from FutureClemens/Unity_Logs
f3d0de0 Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates.
e35762d Merge pull request kevinxucs#1 from github/master
a53b4a3 Merge pull request #2896 from erdtsksn/master
745923d Merge pull request #2889 from rubberduck203/atmelstudio
ac2e28a Merge pull request #2908 from lmedson/env_test_ignore
4e50d1c Merge pull request #2894 from colearendt/remove-rsconnect
e5f7d39 Merge pull request #2893 from rafaelstz/patch-8
65c5637 Merge pull request #2895 from tchajed/go-fix-typo
e67bbf5 Merge pull request #2900 from theDrake/patch-1
6cbcdee Merge pull request #2904 from wldevries/VisualStudio_CacheDirs
1738bf6 Merge pull request #2905 from marcusolini/netbeans-gen-files
ddf99c1 Merge pull request #2906 from ksmit799/patch-1
3be56ed Merge pull request #2890 from stevenleeS0ht/master
5abe139 Remove empty line
2861abc Add BeatPulse specific section
9846160 Merge pull request #2910 from kesoji/master
c2d0605 fix wsp
f966096 Add ignorer to .env.test variable
b2310e0 Ignore health check temp database
32fa57b [Unity] Ignore .gradle/ build cache
2e5099d macOS low cap m
2731b70 Ignore Generated Files
38b9fdf Only unignore directories that have at least a character ending with .cache
47d29f3 Improve comment capitalization consistency
8e6fda2 Ignore Logs/Packages-Update.log
fd3fe58 feat: Add missing executables and generated
15736d4 [Go] Fix typo in comment
512393f Create Magento2.gitignore
9771d5c remove rsconnect folder from R.gitignore
941ea22 correct capitalization problems and add Octave which link to MATLAB
8b335ee Create AtmelStudio.gitignore
e313e29 Merge pull request #2307 from marcrocny/marcrocny-patch-1
83a01cf Merge pull request #2885 from github/xilinux-template
541a7ae added template for Xilinx
8c943e0 Merge pull request #2376 from vuolter/patch-2
5ec4476 Merge pull request #2027 from rejurime/dolphin-smalltalk
c017c47 Merge pull request #1731 from christophmuellerorg/Virtuoso
79d9eb9 Merge pull request #2861 from Coeur/revert-2752-patch-2
6615b26 Merge pull request #2874 from 1nfinite9/patch-1
eb14c04 Merge pull request #2884 from github/more-community-cleanup
056eea8 added template for Splunk apps
40522d5 added template for Puppet modules
45aaaf2 added template for Nikola framework
db803b4 add template for Jupyter Notebooks
2ee0576 added template for Exercism project
d6d2a41 added template for Bazel
6fd7cae Merge pull request #2849 from venatoria/master
e41d887 Merge pull request #2857 from github/experiment-ecosystem-groupings
f7c4f2e line endings
e9883e5 update header for Drupal template
b7dc63a added bitrix community template
9c47778 Update README.md
f90299c Merge pull request #2877 from skident/master
1548cc4 Merge pull request #2871 from cwize1/AddArmToVisualStudio
4a8e0a1 Merge pull request #2875 from watilde/emacs-network
9b35471 Merge pull request #2880 from TwoBitAlchemist/master
926a6cb Hide wheels directory used on Debian-like systems (Ubuntu)
3352aa4 Merge branch 'master' into experiment-ecosystem-groupings
c2bb55b Merge pull request #2879 from cailloumajor/patch-1
da37cec [TeX] Ignore generated files by 'vhistory' package
36ea81b Added CMakeLists.txt.user file to a CMake .gitignore
87ec1bd Add "network-security.data"
58f322c Update Unity.gitignore
f2bd62d Merge pull request #2872 from rhysforyou/elixir-ls
1cdba03 ignore files generated by ElixirLS
b3d1e72 Add `ARM` and `ARM64` to Visual Studio's ignore file.
0a23ed5 Revert "Update Xcode.gitignore"
2277645 add community template for NW.js
d9977d1 add community template for Cordova
f29f404 add community template for LogTalk
e5c5a2b add community template for Racket
213a053 added community template for PHP CodeSniffer
7637178 add community template for Meteor
eff87b9 added community template for InforCRM
991acca add community template for KenticoCMS
8a2fae7 add templates for older JBoss versions
e67a985 Add community template for Red language
d298644 added Hugo community template
bbd34a4 add community Snap template
2055dc1 Added community template for ThinkPHP
bd97b79 added community Pimcore template
05c5eac add a template for Phoenix projects
1ab24a3 add support for Nuxt.js
eda6ba5 rename ecosystem to community
c440ae4 stub an example Vue gitignore template
3641b16 tweaks to example template
ded1dab a bit more edits
1abbddb expanded new sections
1980e4f prettify things
37ec8ba add section about updated folder structure
663ff83 Move Magento v1 into ecosystem
7af655e add a better header to the old template
344e52b Update default template to Drupal 8
db1d52b Move current Drupal into ecosystem directory
ec24607 Merge pull request #2819 from AurelienLavorel/AurelienLavorel-patch-1
68e04fd Merge pull request #2569 from justinhartman/patch-4
f1e6f0d Merge pull request #2086 from AlexanderBrevig/master
ee2ae04 No need for .vscode line
2384243 Merge pull request #2847 from FutureClemens/Unity_VC.db_Update
32c358b Merge pull request #2851 from kitsuyui/add-pyre-directory
e970e56 Add .pyre directory for Pyre type checker
b75ca86 vscode, dynamodb, serverless folders
45dca6a Merge pull request #2848 from paxperscientiam/patch-1
5e89a98 Add support for FuseBox
a2e5aea Added *.VC.db to Unity.gitignore, which is an auto generated IntelliSense file from VS2015 Update 2 (replacing the .sdf file).
c68eb91 Merge pull request #2752 from fidmor89/patch-2
5f548f8 Merge pull request #2805 from lakerobin/patch-1
13c6410 Merge pull request #2806 from Orbyt/patch-1
93d97e7 Merge pull request #2837 from chhh/feature/netbeans-patch
6af9831 Ignoring multi-directory a path without ** is not enough for nested projects
2a40ae6 Merge pull request #2825 from snakeice/patch-1
64df318 Merge pull request #2835 from dureyingenieria/ignore-android-bundles
46f2003 Update Delphi.gitignore
053f167 Merge pull request #2829 from valentine/rails-public-assets
5e2428f Merge pull request #2830 from kevdotbadger/patch-1
95ba18c Ignore the new Android Bundle generated files
372d6fd Update README.md
86fdc70 Ignore public/assets in Rails .gitignore
4fff0ee Update Delphi.gitignore
5002bec New dependency manager delphi for delphi
72190ee Merge pull request #2821 from KevinRaney/add-to-visual-studio
3f0a607 Update VisualStudio.gitignore
d6af959 Remove patch files from repo
340e2fe Merge pull request #2818 from whisperity/ignore-tex-templategenerated
a77aaae [TeX] Ignore generated files by 'comment' and 'xcolor' package
7ffe053 Add .log and .zip to ignores, Thanks Alex Bustos
cfd32d9 Merge pull request #2815 from Droni/patch-1
b0b1b52 No need to fully exclude CodeRush settings
9d7ff09 Merge pull request #2810 from stuckj/patch-1
519396a Merge pull request #2811 from JeffCyr/wpftmp
a89e5e1 Added *_wpftmp.csproj ignore
8e9a976 Ignore build cache file for Android Studio 3.1+
8025c33 Added wildcard ignore for .keystore files
28222da Merge pull request #2804 from louistio/grunt-js-https
67aa0dc Only ignore root vendor directory
ab098d2 Use https for gruntjs link in Node gitignore
35441e9 Merge pull request #2802 from SethMichaelLarson/patch-1
34e8d3e Add .nox directory for the nox testing tool
90cb995 Merge pull request #2797 from gurvircheema/rails5.2
7598e1b Merge pull request #2799 from alastairtree/patch-1
a06382d Minor imporvements to terraform ignore file
3db98a3 Add storage and yarn related entries for rails 5.2
210c95b Merge pull request #2788 from amigcamel/ignore_ipython_profile
e675c00 fix typo: should be profile_default instead of default_profile
ffff0b8 Merge pull request #2784 from GabrielC101/add_dmypy_json_to_Python.gitignore
5aff71b Merge pull request #2785 from obounaim/update-terraform
cb36216 Merge pull request #2790 from Niels-NTG/master
a53c915 Merge pull request #2781 from cnyyk/master
a92d608 Add ignore rules for Linux ARM exports
318f8fc Merge pull request #2787 from muzimuzhi/patch-1
c04384d ignore ipython profile
e98611a Added *.listing extension to TeX.gitignore
70be586 Update Terraform.gitignore
7bc8780 Remove newline at end of Python.gitignore.
eb4ff42 add dmypy.json - without initial '.', to Python.gitignore.
07a1dd6 add .dmypy.json to Python.gitignore.
38b189d Merge pull request #2782 from Peetz0r/patch-1
b7477e9 KiCad .gitignore library fix
cbdbe97 Removed Microsoft Word 2016 Auto Backuped File on macOS
f19d2a5 Update Xcode.gitignore
430b19e New template file for Images
1da4978 Create PuTTY.gitignore
6686e52 update wwwroot/lib description; revert EOF
d5724e4 VS15 bower - default config
5a355ed Add gitignore for Cypress Semiconductor IDE
236e6d0 Add support for Dolphin Smalltalk
42b5cf3 Initial gitignore file for [Cadence Virtuoso](http://www.cadence.com/products/cic/Pages/default.aspx) Cadence Virtuoso is a commercial EDA tool used for custom IC (ASIC) design. This gitignore file blacklists database lock files, the contents of run directories for layout versus schematic and design rule checks as well as log files for a selection of tools inside the package.

git-subtree-dir: boilerplates
git-subtree-split: f9291de89f5f7dc0d3d87f9eb111b839f81d5dbc
Shivelight pushed a commit to Shivelight/gitignore-boilerplate-sublime that referenced this pull request Mar 7, 2020
hadisfr added 3 commits August 6, 2020 19:14
218a941 KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427)
f44d830 Remove pointless blank line from the beginning of the Godot file (#3466)
36ce3a8 Exclude *.tfvars files (#3452)
eea2893 ignore HPROF files (#3456)
5cf3934 ignore *~ files in the po directory (#3453)
c9fab68 Update stale heading anchor (#3445)
6eff882 Fix false positives on Coverage*.cs files (#3454)
620d487 Fixing target and adding debug to Rust gitignore (#3436)
18aa6d8 Add *.aab (#3414)
6935207 ignore .xwm generated by xwatermark package in TeX (#3412)
7293c14 Add .yarn/install-state.gz to Node.gitignore (#3407)
07b3cd7 Dart: Ignore .flutter-plugins (#3398)
eee21bf Ignore Next.js `next export` result directory (#3387)
2a4de26 Add FodyWeavers.xsd to VisualStudio.gitignore (#3380)
8058738 Ignore Gradle subproject build dir (#3370)
14f8a8b Remove pip-wheel-metadata/ from Python.gitignore (#3364)
994f99f Add generated timing files to Coq.gitignore (#3367)
2f75277 Ignore AWS Serverless Application Model build folder (#3357)
8300d88 Ignore Terraform CLI configuration files (#3359)
e607bdd Revert "[Python] adding IDE & static related stuff (#3317)" (#3363)
eefa65c Ignore Local History folder (#3008)
3df9bc0 Update R.gitignore (#3354)
e931ef7 [Python] adding IDE & static related stuff (#3317)
ae5431d Changes to PyBuilder 0.12+ (#3338)
ef59ea5 Extend Qt.gitignore with qmlcache qrc files (#3322)
c851a10 update README (#3248)
811be05 Add Win32/ to gitginore list (#3308)
c022baa Update Autotools.gitignore. (#3337)
0af689b [VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328)
be4f76b [Node] Add yarn v2 excludes (#3327)
dc8c27c Add Unity's Addressables and Android's temp files. (#3311)
81ebaec Improved JENKINS_HOME example (#3332)
589831e Ignore Cython debug symbols (#3330)
823e38f Add /public/uploads for file upload gem Shrine (#3333)
4d4af94 Update Drupal.gitignore (#3329)
863f9d2 update parcel cache (#3331)
9904c12 Jigsaw (#3334)
1095d93 Update for Prestashop 1.7 (#3261)
8918d73 Add period. (#3336)
599646e Include Rider as a supported IDE (#3323)
d650516 Changed TeX to not ignore tikz files by default. (#3320)
219b125 Remote typings ignore from node gitignore (#3319)
65047ae Add ignore to umbraco folder (#3307)
111cf18 Changes the name of Perl 6 to Raku (#3312)
83ff6af Add `cover/` to Python.gitignore. (#3310)
8d88fa5 Add snowpack dependency directory (#3315)
55df35e add in global metals (#3296)
98f28b4 add alternative sftp settings file (#3006)
6e5b49b Add Umbraco V8 packages folder location (#3302)
583f11e [Python] .python-version should NOT be ignored (#3274)
7cc00a1 Update concrete5 gitignore (#3176)
7b5783a Update Unity.gitignore (#3297)
9627ac2 Ignore .pytype/ directory (#3301)
584ee18 [Global/Eclipse] Make .project opt-in (#3305)
7ab549f Update PureScript adding .spago (#3278)
0e8e8b1 [Godot] Ignore imported translations (#3269)
eed88c1 TeX: Ignore REVTeX generated Notes.bib files (#3286)
b24e6f7 Update Autotools.gitignore (#3271)
f726843 Added a comment why MemoryCaptures get excluded (#3276)
6c87d24 Ignore files inside `.vscode-test` (#3256)
b4551f2 added Coverlet result files as a Code Coverage Tool (#3252)
1e66757 [Unity] Fix ignore Jetbrains plugin folder (#3266)
8a4b278 Added gitignore for GNOME Extension (#3268)
6e7ca98 Update Node.gitignore (#3264)
21e9f06 Added jarRepositories.xml as an optional ignore (#3254)
1604c21 Add .env.* to optionally ignored files in Rails.gitignore. (#3065)
e2e54ce Modified comment on Asset meta data ignore to better explain usage. (#3249)
38c1cfc Update Coq.gitignore after coq/coq#11075 (#3247)
db0ef78 wtf is a pyflow (#3242)
1c11457 Added aar file type to gitignore (#3233)
c3e97a0 exclude compiler.xml and artifacts when using Gradle (#3236)
cb0c6ef ignore new directory added in Android Studio 3.5 (#3232)
0207a9c Ignore the __pypackages__ folder for pyflow users. (#3205)
b58b534 exclude *.tps files from TeXnicCenter (#3213)
e5b26f5 exclude .Renviron (#3214)
44bc08a Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223)
b2198b3 Added celerybeat.pid (#3229)
766cf0c Add crash.log to Packer.gitignore (#3230)
cedf2d1 JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227)
3794768 Update Archives.gitignore (#3220)
2644536 Comment out / add note about conflicting gitignore lines (#3204)
a14296f IPython support for jupyter-notebook gitignore files (#3211)
21419e3 Update to Global/VisualStudioCode (#3201)
475f63b Add versioned so files extension to Qt.gitignore (#3186)
b912aea Add qmake generated prl files to Qt.gitignore (#3187)
baf1355 Ruby: ignore RuboCop remote inherited config files (#3197)
e95b1be Add apt_generated_test/ (#3193)
fb4019a Added tern-port (#3195)
086eaca feat: Add microbundle cache (#3116)
3b445eb Ignore coverage annotations reports. (#3131)
e9bffd2 Added new checksums and allows for relative directories (#3128)
26c3d84 [VisualStudio] add Logs folder (#3143)
a55ad76 Add generated translations to the .gitignore (#3159)
72d88e7 Remove `release/` from Android.gitignore (#3162)
0d7600f Add rebar3 tool files and directories (#3178)
0a7dc39 Ignore GatsbyJS files (#3180)
85bf08b Updated Nim.gitignore (#3172)
3dc70c8 Upgrate to rails 6.0.0 (#3167)
aad5143 Add OpenSSL-related file extensions (#3168)
41ec058 Update Vim.gitignore (#3169)
499ae89 Added Simulink cache files (#3148)
c70562c Add esp-idf.gitignore (#3150)
0455041 Add *.sch-bak to KiCad.gitignore (#3153)
6651bca Reference why to exclude binary jar, fixes #111 (#3154)
e92f8db Update Autotools.gitignore (#3005)
e00d43a Improving the documentation of Objective-C and Swift files (#3133)
a200716 Ignore gummi previews (#3144)
a3e8e14 Swift: ignore .swiftpm (#3083)
20e9638 Update Godot.gitignore (#3142)
c4ed859 Revert of #2988. TextMesh Pro files are not auto managed (#3134)
9df8aa6 Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132)
1bf740f Added more glossaries auxiliary files and makeindex logs to TeX template (#3104)
6ab0c59 .travis.yml: Trim trailing whitespace and indent (#3118)
db943c4 Add *.hie to Haskell.gitignore (#3120)
f900e7e Ignore the .ionide working folder (#3108)
50e42aa Update Laravel.gitignore (#3098)
7aec8fd Ignore *.xyd outline files generated by xy LaTeX package (#3088)
e447ea2 Updating Joomla.gitignore to Joomla! 3.9.8 (#3090)

git-subtree-dir: boilerplates
git-subtree-split: 218a941be92679ce67d0484547e3e142b2f5f6f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.