add gitignore
This commit is contained in:
parent
071d4d2bd9
commit
621c0934f2
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Rapport
|
||||
**/Rapport/*
|
||||
|
||||
# Fichiers inutiles
|
||||
*._*
|
||||
*.DS_Store
|
||||
|
||||
# Ajoute les gitignores
|
||||
!**/.gitignore
|
Reference in a new issue