diff options
author | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2022-02-27 14:06:15 +0100 |
---|---|---|
committer | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2022-02-27 15:09:36 +0100 |
commit | 7d3c9ec7368a5d25235e818c2c147ba7e89f6567 (patch) | |
tree | d655395133c9ed44f48f72e9070abc42a715b850 /.gitignore |
[+] Added base project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29b30d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# place exclude patterns here + +bin +build |