add gitingore

This commit is contained in:
OpexHunter
2025-01-16 02:48:39 +03:00
parent c896b269b6
commit 3b1baea22d
2 changed files with 16 additions and 2 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# dev src
*
!src
!src/**
!src/***
# Cmake
!CMakeLists.txt
# Clangd lsp support
!.clangd
# git
!.gitignore
!LICENSE
!README.md