Alter .gitignore to ignore and allow the appropriate values
This commit is contained in:
parent
591fecee1c
commit
2f7ffec4cc
27
.gitignore
vendored
27
.gitignore
vendored
@ -413,16 +413,17 @@ FodyWeavers.xsd
|
||||
*.vsix
|
||||
|
||||
#ignore all in root folder except the allowed values
|
||||
./**
|
||||
!./.editorconfig
|
||||
!./.gitignore
|
||||
!./LICENSE
|
||||
!./README.mdf
|
||||
!./*.[Ss][Ll][Nn]
|
||||
!./.gitea/**
|
||||
!./build/**
|
||||
!./docs/**
|
||||
!./examples/**
|
||||
!./src/**
|
||||
!./tests/**
|
||||
!./tools/**
|
||||
/*
|
||||
!.editorconfig
|
||||
!.gitignore
|
||||
!LICENSE
|
||||
!README.mdf
|
||||
!*.[Ss][Ll][Nn]
|
||||
!/.gitea
|
||||
!/build
|
||||
!/docs
|
||||
!/examples
|
||||
!/src
|
||||
!/tests
|
||||
!/tools
|
||||
!/*.[Ss][Ll][Nn]
|
Loading…
x
Reference in New Issue
Block a user