mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 17:31:08 +00:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
<<<<<<< HEAD
|
|
*.pyc
|
|
.cache
|
|
.coverage
|
|
.idea/
|
|
*.iml
|
|
=======
|
|
bin
|
|
obj
|
|
*.sln.DotSettings.user
|
|
.vs
|
|
vendor
|
|
.idea
|
|
*.iml
|
|
**/*.received.*
|
|
venv
|
|
**/DS_Store/*
|
|
**/.DS_Store/*
|
|
>>>>>>> e2abba77cb5a395702f237e428b639f2129b1f07
|