Add missing resources and update .gitignore

This commit is contained in:
Lynix
2021-05-16 23:46:43 +02:00
parent ccccbfe0ad
commit c963a3064b
6 changed files with 172 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# xmake-related files
.xmake/*
.vs/*
.vscode/*
CMakeLists.txt
Makefile
@@ -8,6 +9,7 @@ vsxmake*/*
# Nazara binaries
bin/*
!bin/resources/*
# Build files
build/*