Commit Graph

3493 Commits

Author SHA1 Message Date
n0099 491040e88a
[VisualStudio.gitignore] remove a trailing space 2022-01-26 23:58:07 +08:00
Brian Douglas 752b7678db
Merge pull request #3935 from berikv/main 2022-01-07 20:59:53 -08:00
Brian Douglas 7ad34f7adb
Merge pull request #3936 from yangshun/patch-1 2022-01-07 20:57:27 -08:00
Brian Douglas 8ffd0cc30b
Merge pull request #3939 from nschonni/patch-1 2022-01-07 20:54:47 -08:00
Nick Schonning c4c4369c8b
chore: Remove empty Travis-CI config 2021-12-30 10:02:09 -05:00
Yangshun Tay 1d4e709db8
Add Docusaurus files to Node.gitignore 2021-12-23 14:53:27 +08:00
Berik Visschers 04a2b1443f
Update Xcode.gitignore
- Remove a reminder to look at files that don't exist anymore
- Remove ignore rules for an IDE from 2007
- Remove an ignore rule for Gcc which is no longer used since 2013
2021-12-23 01:18:15 +01:00
Brian Douglas 96d6876653
Merge pull request #3925 from BillRaymond/patch-1 2021-12-18 20:17:19 -05:00
Brian Douglas 18b210a4df
Merge pull request #3924 from idseefeld/main 2021-12-18 20:13:31 -05:00
Brian Douglas 2178fe8984
Merge pull request #3923 from ghost/patch-1 2021-12-18 20:11:14 -05:00
Brian Douglas 6039d07313
Merge pull request #3930 from F34th3R/main 2021-12-18 19:55:21 -05:00
F34th3R ff6c8c7d4d community/DotNet/core.gitignore 2021-12-16 10:51:20 -06:00
Bill Raymond 5a94995d0d
Ignore .bundle and vendor per official Jekyll documentation
Per the [Jekyll documentation](https://jekyllrb.com/tutorials/using-jekyll-with-bundler/), you should add the `vendor/` and `.bundle/` paths to the .gitignore file, so you are not managing all dependencies within your repo.
2021-12-14 16:47:37 -08:00
Dirk Seefeld 1f7b9aa634 Merge branch 'master' into main 2021-12-14 20:03:19 +01:00
Dirk Seefeld e8b37555af move Umbraco.gitignore to DotNet folder 2021-12-14 19:57:55 +01:00
Andrew Shymanel bf3f140cfa
Ignore files in directory, not the directory itself 2021-12-14 03:19:45 +02:00
Brian Douglas e89e043904
Merge pull request #3920 from baincd/ignore-eclipse-build-plugin-gen-files
Ignore Eclipse .project and .classpath when using build tools Maven or Gradle
2021-12-13 09:30:04 -08:00
Brian Douglas 8fe4e2fa60
Merge pull request #3922 from JamieJ98/patch-2
Create B4X.gitignore
2021-12-13 09:29:06 -08:00
Brian Douglas 4cfd23d381
Merge pull request #3921 from kuritka/go-link-to-allowlist
GO: Added link to allow list template
2021-12-13 09:27:23 -08:00
jamie 2934dac34f
Create B4X.gitignore 2021-12-13 16:44:48 +00:00
kuritka 29f57d1010
GO: Added link to allow list template
Signed-off-by: kuritka <kuritka@gmail.com>
2021-12-13 15:10:58 +01:00
Brian Douglas dd9c41b608
Merge pull request #3801 from rcmaehl/patch-1 2021-12-11 08:45:25 -08:00
Chris Bain 7f56496393 Ignore Eclipse .project and .classpath when using build tools Maven or Gradle 2021-12-11 11:32:26 -05:00
Robert C. Maehl 7382f56318
Rename AutoIt.gitignore to community/AutoIt.gitignore 2021-12-11 11:26:58 -05:00
Brian Douglas cdde85a36e
Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-plugin 2021-12-10 20:46:40 -08:00
Brian Douglas 88cf89d8df
Merge pull request #3760 from erikjanwestendorp/erikjanwestendorp-patch-1 2021-12-10 20:07:02 -08:00
Brian Douglas 5823038d92
Merge pull request #3919 from noinkling/patch-1 2021-12-10 19:56:11 -08:00
Malcolm b461dc2650
Re-add .env to Node.gitignore 2021-12-11 15:37:31 +13:00
Brian Douglas a182474389
Merge pull request #3386 from lpalgarvio/update-drupal.gitignore-with-upstream-conventions
Update Drupal.gitignore with upstream conventions: prefix /web for dr…
2021-12-10 16:53:34 -08:00
Brian Douglas f1a9aa7b3d
Merge pull request #3777 from weycen/add-uVision
Add template for Keil uVision
2021-12-10 16:46:04 -08:00
Brian Douglas a221c22479
Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-log
Added wildcard to crash.log because the newer versions of Terraform c…
2021-12-10 16:44:19 -08:00
Brian Douglas 9a4b4e3daa
Merge pull request #3785 from LoganTann/patch-1
fixes CodeIgniter.gitignore deleting a critical framework file
2021-12-10 16:43:22 -08:00
Brian Douglas 8c3c5ae037
Merge pull request #3788 from SethFalco/patch-1
VisualStudioCode: ignores built vscode extensions
2021-12-10 16:42:45 -08:00
Brian Douglas 245b842c6e
Merge pull request #3796 from snaulX/master
Create .gitignore for Flax Engine
2021-12-10 16:38:50 -08:00
Brian Douglas 69c53a6c82
Merge pull request #3805 from wc7086/patch-1
KiCad: add *-backups
2021-12-10 16:36:58 -08:00
Brian Douglas cfdda2ac19
Merge pull request #3792 from jl5000/patch-1
Add RStudio Connect folder to R gitignore
2021-12-10 16:11:17 -08:00
Brian Douglas 15152bf823
Merge pull request #3854 from AnilSeervi/patch-1
Update global .gitignore template doc ID link
2021-12-10 16:06:20 -08:00
Brian Douglas a419663ea9
Merge pull request #3845 from kjchome/vshistory
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
2021-12-10 16:05:25 -08:00
Brian Douglas cc14d7972c
Merge pull request #3839 from tropicalraisel/patch-1
Fixed .vscode not being ignored
2021-12-10 16:04:11 -08:00
Brian Douglas 362abacebe
Merge pull request #3752 from lafeychine/TikZplot
Gnuplot ignored in TeX.gitignore
2021-12-10 16:02:53 -08:00
Brian Douglas b528200423
Merge pull request #3857 from janniklasrose/patch-1
Add .ptc to TeX.gitignore
2021-12-10 16:02:02 -08:00
Brian Douglas 8fb6727126
Merge pull request #3544 from schtandard/latex_svg
Add svg temporary files
2021-12-10 16:01:15 -08:00
Brian Douglas 266303e271
Merge pull request #3856 from edwardrowe/patch-1
Unity: Remove exclusion for *.meta files
2021-12-10 15:56:23 -08:00
F34th3R ce8bff3c4c community/core/core.gitignore 2021-12-10 16:28:25 -06:00
Brian Douglas eafb2eea79
Merge branch 'main' into patch-1 2021-12-10 14:00:54 -08:00
Brian Douglas 9523e7b536
Merge pull request #3874 from Booklordofthedings/master
Gitignore template for Beef programming language
2021-12-10 10:57:18 -08:00
Brian Douglas ac5fc0bbb9
Merge pull request #3869 from jesseschalken/patch-1
Ignore directories from the Bazel IntelliJ plugin
2021-12-10 10:56:51 -08:00
Brian Douglas cb80974b9f
Merge pull request #3912 from kuritka/go-allow-list-community
Adding AllowList for Go
2021-12-10 10:53:41 -08:00
Brian Douglas 3b6d9b0599
Merge pull request #3911 from JP-Ellis/patch-1
[Python] Add poetry.lock
2021-12-10 10:52:30 -08:00
Brian Douglas 2b712fa0e3
Merge pull request #3916 from selenehyun/code-snippets
Update VS Code to support *.code-snippets
2021-12-10 10:45:49 -08:00