Commit Graph

3590 Commits

Author SHA1 Message Date
Anil Seervi 11a3752c20 Update global .gitignore template doc ID link 2021-10-12 17:13:28 +05:30
Ken Cross 8d86f889a2 Add Visual Studio History (VSHistory) files 2021-10-03 08:26:51 -04:00
xgdgsc ea772bee1a Update Syncthing.gitignore 2021-09-29 17:57:09 +08:00
xgdgsc 53f9e7ecea Create Syncthing.gitignore 2021-09-29 17:52:57 +08:00
Tropical Raisel 269a61b295 Fixed .vscode not being ignored 2021-09-27 08:33:02 -07:00
방성범 (Bang Seongbeom) 8be0bf6f8f Make not to ignore *.code-workspace
**Reasons for making this change:**

Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development.

You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace).

**Links to documentation supporting these rule changes:**

https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
2021-09-18 17:12:32 +09:00
Alexander dd6b3da8af Merge branch 'github:master' into master 2021-09-14 20:14:40 +06:00
Lucien Zhang edc2325d8e Add vuepress v2.x temp and cache directory 2021-09-12 23:10:01 +09:00
Ole-Martin Bratteng 49ec6fd170 feat(node): added .stylelintcache for stylelint 2021-09-12 03:02:20 +02:00
Aaron Sherber dd412a73a7 Remove nuget.config from VisualStudio.gitignore 2021-09-08 22:24:42 -04:00
Frieder Bluemle 9ed4f28d3b [Android] Cleanup and remove legacy stuff 2021-09-09 03:29:38 +02:00
Frieder Bluemle d799074b87 Revert "Added aar file type to gitignore (#3233)"
This reverts commit 1c114570c7.
2021-09-09 03:27:06 +02:00
Frieder Bluemle 5f92ce62c1 Revert "add android lint files"
This reverts commit 240dd3f321.
2021-09-09 03:27:06 +02:00
Frieder Bluemle 9c6c78a472 Revert "Commenting out Android keystore files"
This reverts commit 77145f787f.
2021-09-09 03:27:06 +02:00
weycen 775f588c42 Merge branch 'master' into add-uVision 2021-08-20 22:24:06 +08:00
weycen dc95dd536c Move 'uVision.gitignore' to the community folder 2021-08-20 22:21:26 +08:00
Brian Douglas b0012e4930 Merge pull request #3781 from GrpeApple/master
Remove trailing whitespace
2021-08-17 22:54:19 -07:00
Brian Douglas 4beee3e113 Merge pull request #3771 from hecon5/AddSpecsIntact
Adding in support for Nasa SpecsIntact
2021-08-17 22:52:29 -07:00
Brian Douglas de998693ab Merge pull request #3775 from michael-orzel/patch-1
Add period and capitalized letter for formatting
2021-08-17 22:27:54 -07:00
wc7086 69f2ca026d KiCad: add *-backups
>A note about backup files
One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html).

>An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system.

https://forum.kicad.info/t/new-project-file-format/23705
2021-08-15 08:52:06 +08:00
Robert C. Maehl 9a050f70af Update AutoIt.gitignore 2021-08-06 13:07:18 -04:00
Robert C. Maehl 823c26086a Create AutoIt.gitignore
This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups.
2021-08-04 14:38:20 -04:00
Dirk Seefeld a81591327a allow packages path 2021-07-30 19:12:28 +02:00
Dirk Seefeld f1484992a3 even more files could be ignored 2021-07-30 18:55:40 +02:00
Alexander 0a4b1bde2b Create .gitignore for Flax Engine 2021-07-29 11:47:29 +06:00
Jamie Lendrum b2fae2dd0f Add RStudio Connect folder to R gitignore
https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
2021-07-22 12:05:41 +01:00
Seth Falco 9792c3836b VisualStudioCode: ignores built vscode extensions 2021-07-20 22:53:22 +02:00
ShinProg (Logan Tann) 44a9c3ebda fixes CodeIgniter.gitignore deleting a critical system file
After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework.
The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run.

I added the following rule to fix this : `!system/Cache/*`.

Note : this won't fix the bug if the system folder is renamed
2021-07-17 14:19:06 +02:00
Mukesh Sharma bb1c0fa139 Ignore crash.log and crash.*.log files generated by Terraform debugging 2021-07-13 22:41:47 +12:00
Mukesh Sharma e2a1bb8ee2 Added wildcard to crash.log because the newer versions of Terraform creates crash log with random numbers in between example crash.105189318.log 2021-07-13 22:32:32 +12:00
Chengwei Qiu e60515a4b2 Update uVision.gitignore
Add *.lnp, some category adjustments.
2021-07-13 11:29:21 +08:00
Chengwei Qiu af9d6ae6ea Update uVision.gitignore
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
2021-07-13 11:17:32 +08:00
GrpeApple 1a84870ad7 Remove trailing whitespace 2021-07-11 13:03:23 +08:00
Dirk Seefeld 648f778196 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	Umbraco.gitignore
2021-07-09 11:35:51 +02:00
Dirk Seefeld 75050167fd add Umbraco excludes for version 9 / .Net 5 (Core) 2021-07-09 11:26:37 +02:00
Chengwei Qiu d80f0fe453 feat: Add *.iex 2021-07-08 15:08:57 +08:00
weycen 956fd0f7dd feat: Add template for Keil uVision 2021-07-02 16:30:06 +08:00
Michael Orzel 87aaa50bcb Add period and capitalized letter for formatting 2021-07-01 10:50:20 -04:00
Hecon5 d9caa61ceb Adding in support for Nasa SpecsIntact 2021-06-23 11:24:29 -04:00
Erik-Jan Westendorp cfd330ff8b Update Umbraco.gitignore
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-15 16:47:51 +02:00
Erik-Jan Westendorp 10d9c15458 Add media folder to umbraco.gitignore 2021-06-15 16:34:35 +02:00
Parsa 1503b47796 Revert #3706
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
2021-06-12 14:49:35 +04:30
Brian Douglas 991e760c1c Merge pull request #3652 from arthur-targaryen/patch-1
style(Autotools): remove trailing whitespaces
2021-06-09 21:32:08 -07:00
Brian Douglas b229a6b917 Merge pull request #3660 from devtimi/patch-1
Update Xojo.gitignore for changes to .obsolete
2021-06-09 21:30:08 -07:00
Brian Douglas 6b9f02ead2 Merge pull request #3755 from Abdulrahman-AlGhamdi/master
Add `.idea/jarRepositories.xml` to Android.gitignore
2021-06-09 21:19:59 -07:00
Abdulrahman Al-Ghamdi 25d6008c28 Add .idea/jarRepositories.xml to Android.gitignore
The file `.idea/jarRepositories.xml` should be added to .gitignore. 
It is auto-generated and has only redundant information about remote jar repositories.
* https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo
2021-06-07 11:32:20 +03:00
Vincent Lafeychine 68f7db42df GNU plot ignored in TeX.gitignore 2021-06-03 19:48:49 +00:00
Doug Mead 6c4941a138 Added header 2021-06-02 12:54:29 -06:00
Doug Mead 2828d5ad82 Added LensStudio.gitignore (Ted Brown) 2021-06-02 12:48:49 -06:00
Martin Woodward 3bb7b4b767 Merge pull request #3647 from thatrobotdev/patch-1
Delete fixed workaround for Gradle
2021-05-25 14:22:36 +01:00