Add base rules to gitignore
This commit is contained in:
parent
51480dbc33
commit
4302008a04
14
.gitignore
vendored
14
.gitignore
vendored
@ -412,3 +412,17 @@ FodyWeavers.xsd
|
||||
# Built Visual Studio Code Extensions
|
||||
*.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/**
|
Loading…
x
Reference in New Issue
Block a user