diff options
author | JonathanLorand <jonathanlorand@gmail.com> | 2021-04-06 18:54:06 +0200 |
---|---|---|
committer | JonathanLorand <jonathanlorand@gmail.com> | 2021-04-06 18:54:06 +0200 |
commit | c06e3e7a8477dde3d204ea4f21ee6735d4af082e (patch) | |
tree | 460a2f9f3b3496c5aa2312d3b22888d88f138723 /.gitignore | |
parent | fix (diff) | |
download | act4e-c06e3e7a8477dde3d204ea4f21ee6735d4af082e.tar.gz act4e-c06e3e7a8477dde3d204ea4f21ee6735d4af082e.zip |
added .DS_Store to gitignore
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..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store |