Supprime les fichiers .DS_Store du dépôt git

This commit is contained in:
Ronan Amicel 2018-05-16 21:22:42 +02:00
parent d6ba256d29
commit 5a5782d10f
3 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
.cache
.coverage
.eggs
@ -11,4 +12,4 @@ posts
# PyCharm project files
.idea
out
gen
gen

Binary file not shown.