Files
UltimMC_Launcher/.gitignore
Maftei Albert-Alexandru 4afe2466fd Actual fix for #135 (#154)
* Fix for #135 and fixes for other issues such as actually playing the game

* Removed accidentally added .vscode files

* Patchy patch
2022-01-24 20:58:54 -05:00

41 lines
377 B
Plaintext

Thumbs.db
*.kdev4
.user
.directory
resources/CMakeFiles
*~
*.swp
html/
# Project Files
*.pro.user
CMakeLists.txt.user
CMakeLists.txt.user.*
/.project
/.settings
/.idea
cmake-build-*/
Debug
# Build dirs
build
/build-*
# Install dirs
install
/install-*
# Ctags File
tags
# YouCompleteMe config stuff.
.ycm_extra_conf.*
#OSX Stuff
.DS_Store
branding/
secrets/
run/
.vscode