add gitingore
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# dev src
|
||||
*
|
||||
!src
|
||||
!src/**
|
||||
!src/***
|
||||
|
||||
# Cmake
|
||||
!CMakeLists.txt
|
||||
|
||||
# Clangd lsp support
|
||||
!.clangd
|
||||
|
||||
# git
|
||||
!.gitignore
|
||||
!LICENSE
|
||||
!README.md
|
||||
Reference in New Issue
Block a user