diff options
author | 2019-10-05 09:03:40 +0200 | |
---|---|---|
committer | 2019-10-05 09:03:40 +0200 | |
commit | 86125fa6ef041179ff74c9373b9bf3de6f76e96a (patch) | |
tree | 16b8b589ae59e77f6a50c5524e98425a67086e38 /.gitignore | |
parent | Merge pull request #481 from bendiller/fetch_posts_retries (diff) |
Added to the .gitignore file a new file to be ignored, .DS_Store (only on Mac OS), that stores custom attributes of its containing folder. New contributors on Mac OS won't have to bother anymore about this mysterious file that create when you fork the project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 261fa179f..a191523b6 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ config.yml # JUnit XML reports from pytest junit.xml + +# Mac OS .DS_Store, which is a file that stores custom attributes of its containing folder +.DS_Store |