git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
git [2019/05/08 16:03] – [Pretty Log Alias] thekojukinator | git [2019/05/08 16:08] (current) – [PowerShell Visual Studio Code Template] thekojukinator | ||
---|---|---|---|
Line 558: | Line 558: | ||
!*/ | !*/ | ||
- | # allow .gitignore | + | # allow .git* at top level |
- | !.gitignore | + | !.git* |
- | # whitelist these file types everywhere | + | # allow .md at top level |
- | !**/*.ps1 | + | !*.md |
- | !**/*.psm1 | + | |
- | !**/*.psd1 | + | # whitelist VSCode settings at the top level |
- | !**/*.xml | + | !/.vscode/ |
+ | |||
+ | # whitelist contents of these folders at the top level | ||
+ | !/ | ||
+ | |||
+ | # regardless of above, ignore these folders and files everywhere | ||
+ | **/_logs* | ||
+ | **/_testing* | ||
- | # regardless of above, ignore ' | ||
- | **\.vscode/ | ||
</ | </ | ||
git.1557345825.txt.gz · Last modified: 2019/05/08 16:03 by thekojukinator