VoxelEngine/.gitignore
2024-01-13 18:54:35 +02:00

38 lines
325 B
Plaintext

Debug/src/**/*.d
Debug/src/**/*.o
Debug/voxel_engine
/build
/cmake-build-**
/screenshots
/out
/world
/worlds/**/*
/settings.toml
/controls.json
/.idea
.vscode
/.vs
*.sln
*.vcxproj
*.filters
*.user
.cache
.settings
.cproject
.project
.fleet
.git
/Default/
AppDir
appimage-build/
# macOS folder attributes
*.DS_Store
*~