This commit is contained in:
Your Name
2025-04-21 11:19:05 +12:00
parent 8c85fe8819
commit 10d663971c
20 changed files with 839 additions and 280 deletions

59
.gitignore vendored Normal file
View File

@ -0,0 +1,59 @@
# Build directories
build/
cmake-build-*/
out/
bin/
lib/
# Compiled Object files
*.o
*.obj
*.a
*.lib
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
# Executables
dropshell
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
# System files
.DS_Store
Thumbs.db
# Logs and databases
*.log
*.sqlite
# Local configuration
*.local
*.conf.local
# Dependencies
deps/
vendor/