- 08 12月, 2021 1 次提交
-
-
由 kuritka 提交于
**Reasons for making this change:** _Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._ _I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._ - https://jasonstitt.com/gitignore-whitelisting-patterns - https://github.com/golang/goSigned-off-by: Nkuritka <kuritka@gmail.com>
-
- 07 12月, 2021 7 次提交
-
-
由 Brian Douglas 提交于
Make not to ignore *.code-workspace
-
由 Brian Douglas 提交于
Add files to Hugo.gitignore
-
由 Brian Douglas 提交于
Add .gitignore for Microsoft Business Central
-
由 Brian Douglas 提交于
-
由 Wiblz 提交于
with "main".
-
由 Brian Douglas 提交于
Create Syncthing.gitignore
-
由 Brian Douglas 提交于
doc(readme): master branch is now main
-
- 06 12月, 2021 1 次提交
-
-
由 Hugo Sena Ribeiro 提交于
-
- 05 12月, 2021 22 次提交
-
-
由 Patrick Kollitsch 提交于
-
由 Brian Douglas 提交于
[Node] Use real conventions
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
Added LensStudio.gitignore (Ted Brown)
-
由 Brian Douglas 提交于
Remove nuget.config from VisualStudio.gitignore
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
feat(node): added `.stylelintcache` for stylelint
-
由 Brian Douglas 提交于
Add vuepress v2.x temp and cache directory
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
Go: Ignore Go workspace file go.work
-
由 Brian Douglas 提交于
Ignore default Recordings folder created by Unity Recorder package
-
由 Brian Douglas 提交于
Update and fix WordPress gitignore
-
由 Brian Douglas 提交于
Update VisualStudio.gitignore
-
由 Brian Douglas 提交于
Co-authored-by: NJaan Jahilo <jaanjahilo@outlook.com>
-
由 Brian Douglas 提交于
added file extensions when glossaries is loaded with "symbols" option
-
由 Brian Douglas 提交于
Remove .idea folder from VisualStudio
-
由 Brian Douglas 提交于
AL Language gitignore template
-
由 Brian Douglas 提交于
Add `.RDataTmp` to R.gitignore
-
- 04 12月, 2021 6 次提交
-
-
由 Brian Douglas 提交于
Update .gitignore for Idris 2
-
由 Brian Douglas 提交于
Update Unity.gitignore
-
由 Brian Douglas 提交于
Adds a relationship question
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
[Android] Cleanup and remove legacy stuff
-
由 Brian Douglas 提交于
Feel free to open a new PR for discussion on this.
-
- 30 11月, 2021 1 次提交
-
-
由 LeixB 提交于
When saving `.RData`, all data is initially saved in `.RDataTmp` which is then renamed to `.RData`. `.RDataTmp` should be added to `.gitignore` since it will only exist while a save operation is in progress or something failed on save. Relevant links: - https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r - https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154
-
- 28 11月, 2021 2 次提交