diff options
author | Nikhil B <59918974+heftymouse@users.noreply.github.com> | 2023-03-14 16:52:06 +0530 |
---|---|---|
committer | Nikhil B <59918974+heftymouse@users.noreply.github.com> | 2023-03-14 16:52:06 +0530 |
commit | af949f5cdd74e0f86ba2bcea510765f883ae2aee (patch) | |
tree | 7f562f4df467b9840a1b5daa32a17a6f0c06b4bd /.gitignore | |
parent | e0e26a37b530254383fbb7b6853e8e3358f7100d (diff) | |
download | PrismLauncher-af949f5cdd74e0f86ba2bcea510765f883ae2aee.tar.gz PrismLauncher-af949f5cdd74e0f86ba2bcea510765f883ae2aee.tar.bz2 PrismLauncher-af949f5cdd74e0f86ba2bcea510765f883ae2aee.zip |
Add visual studio files to gitignore
Signed-off-by: Nikhil B <59918974+heftymouse@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,10 +11,12 @@ html/ *.pro.user CMakeLists.txt.user CMakeLists.txt.user.* +CMakeSettings.json /.project /.settings /.idea /.vscode +/.vs cmake-build-*/ Debug |