VoxelEngine/.gitignore
Pablo Duboue 737e979bcd AppImage builder plus GH actions
Included also a .desktop file and an icon.
2023-12-22 13:19:43 -08:00

34 lines
280 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
.git
/Default/
AppDir
appimage-build/
*~