Jesse Schalken and GitHub
b3338626a3
Ignore directories from the Bazel IntelliJ plugin
...
These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info:
https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore
https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36
2021-11-01 23:52:35 +11:00
Daniel Libanori and GitHub
e77ef81b1b
Ignore Rails .env according recomendations
...
Reasons for making this change:
Rails dotenv ignore is not following dotenv recommendations as stated in its documentation
Links to documentation supporting these rule changes:
https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
2021-10-28 04:52:49 -03:00
Alexander and GitHub
b8c64dc71f
Merge branch 'github:master' into master
2021-10-16 23:00:29 +06:00
Brian Douglas and GitHub
cdd9e946da
Merge pull request #3757 from parsalotfy/patch-3
2021-10-13 20:43:56 -07:00
Jan N Rose and GitHub
83a3e82b4e
Update TeX.gitignore
...
Add .ptc extension (partial toc) from titletoc package
2021-10-13 16:42:34 +02:00
Edward Rowe and GitHub
7bcea28191
Unity: Remove exclusion for *.meta files
...
If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore.
You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta.
In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates.
2021-10-13 08:40:50 -04:00
Anil Seervi and GitHub
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 and GitHub
ea772bee1a
Update Syncthing.gitignore
2021-09-29 17:57:09 +08:00
xgdgsc and GitHub
53f9e7ecea
Create Syncthing.gitignore
2021-09-29 17:52:57 +08:00
Tropical Raisel and GitHub
269a61b295
Fixed .vscode not being ignored
2021-09-27 08:33:02 -07:00
방성범 (Bang Seongbeom) and GitHub
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 and GitHub
dd6b3da8af
Merge branch 'github:master' into master
2021-09-14 20:14:40 +06:00
Lucien Zhang and GitHub
edc2325d8e
Add vuepress v2.x temp and cache directory
2021-09-12 23:10:01 +09:00
Ole-Martin Bratteng and GitHub
49ec6fd170
feat(node): added .stylelintcache for stylelint
2021-09-12 03:02:20 +02:00
Aaron Sherber and GitHub
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 and GitHub
b0012e4930
Merge pull request #3781 from GrpeApple/master
...
Remove trailing whitespace
2021-08-17 22:54:19 -07:00
Brian Douglas and GitHub
4beee3e113
Merge pull request #3771 from hecon5/AddSpecsIntact
...
Adding in support for Nasa SpecsIntact
2021-08-17 22:52:29 -07:00
Brian Douglas and GitHub
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 and GitHub
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 and GitHub
9a050f70af
Update AutoIt.gitignore
2021-08-06 13:07:18 -04:00
Robert C. Maehl and GitHub
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 and GitHub
0a4b1bde2b
Create .gitignore for Flax Engine
2021-07-29 11:47:29 +06:00
Jamie Lendrum and GitHub
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) and GitHub
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 and GitHub
e60515a4b2
Update uVision.gitignore
...
Add *.lnp, some category adjustments.
2021-07-13 11:29:21 +08:00
Chengwei Qiu and GitHub
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 and GitHub
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 and GitHub
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
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 and GitHub
10d9c15458
Add media folder to umbraco.gitignore
2021-06-15 16:34:35 +02:00
Parsa and GitHub
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 and GitHub
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 and GitHub
b229a6b917
Merge pull request #3660 from devtimi/patch-1
...
Update Xojo.gitignore for changes to .obsolete
2021-06-09 21:30:08 -07:00