diff options
author | talha <talha@talhaamir.xyz> | 2024-03-12 03:55:58 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-03-12 03:55:58 +0500 |
commit | 008997aa2107ae6940b2895b320f574adc85a114 (patch) | |
tree | ddf757fa9fb930115b4ed35cb8528ced978e1a8d /.gitignore |
Added project files to git
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 + |