diff options
author | Marvin Borner | 2018-09-04 14:31:35 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-04 14:31:35 +0200 |
commit | c96397f9c16c83e3ab73d14a96921d663df94194 (patch) | |
tree | 655c9eef5373b445b18bb0b386842a555b3b2694 /.gitignore | |
parent | a52964316031db87c57f2cef909b900e278c4189 (diff) |
Added basic file structure :heavy_plus_sign: :wrench:
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/
\ No newline at end of file |