VoxelEngine/.gitignore
ShiftyX1 a7713d2c44
Some checks failed
x86-64 AppImage / build-appimage (ubuntu-22.04) (pull_request) Failing after 33s
Build / Build (pull_request) Failing after 17s
Macos Build / build-dmg (pull_request) Has been cancelled
Windows Build (CLang) / build-windows (clang, windows-latest) (pull_request) Has been cancelled
MSVC Build / build-windows (windows-latest) (pull_request) Has been cancelled
chore: update .gitignore to include build artifacts and configuration files
2025-12-08 19:09:22 +03:00

63 lines
599 B
Plaintext

Debug/src/**/*.d
Debug/src/**/*.o
Debug/voxel_engine
/build
/cmake-build-**
/screenshots
/export
/config
/out
/projects
/misc
/world
/worlds/**/*
/settings.toml
/controls.json
/controls.toml
/latest.log
/.idea
.vscode
/.vs
*.sln
*.vcxproj
*.filters
*.user
.cache
.settings
.cproject
.project
.fleet
.git
/Default/
AppDir
appimage-build/
# macOS folder attributes
*.DS_Store
*~
/res/content/*
!/res/content/base
*.mtl
# libs
/libs/
/vcpkg_installed/
CMakeCache.txt
cmake_install.cmake
CMakeFiles/
Makefile
compile_commands.json
VoxelEngine
libVoxelEngineSrc.a
vctest
.vctest/settings.toml