Initial commit, add basic project files and an instruction on how to install SFML.
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# EN: The following is a list of files/catalogues, which should be ommited from commiting to the git repository.
|
||||
# PL: W tym pliku zawarta została lista plików/ścieżek, które powinny zostać pominięte w commitach do repozytorium git.
|
||||
|
||||
# EN: Visual Studio-related directories.
|
||||
# PL: Katalogi związane z Visual Studio.
|
||||
.vs
|
||||
x64
|
||||
Chinczyk188/x64
|
||||
|
||||
# EN: SFML should be installed by the user.
|
||||
# PL: SFML powinien zostać zainstalowany przez użytkownika.
|
||||
Chinczyk188/res/SFML
|
||||
|
||||
# EN: Executable created by g++ (mingw).
|
||||
# PL: Plik wykonywalny tworzony przez g++ (mingw).
|
||||
output.exe
|
||||
Reference in New Issue
Block a user