diff options
author | talha <talha@talhaamir.xyz> | 2024-02-11 13:35:07 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-02-11 13:35:07 +0500 |
commit | 538cb8303b5c7ad14f9a6417ff0ae716fcd06571 (patch) | |
tree | bdafd7275588e00ddf9dce8ef1912a601f4ca185 /.gitignore |
setup git repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..443f177 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vs/ +CppProperties.json +build/ +tags + |