diff options
author | Benji Dial <benji6283@gmail.com> | 2022-11-12 13:39:07 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2022-11-12 13:39:07 -0500 |
commit | da7924881ab14e4580ae6c56dbdf8346dbf2a267 (patch) | |
tree | 3631cbb3a0eaa6c57c6b8476d130472561dc16c6 /.gitignore | |
download | new-simple-waypoints-da7924881ab14e4580ae6c56dbdf8346dbf2a267.tar.gz |
first commit for new version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bcbfeee --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +target/ |