mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Moves language specific Git ignores into language subfolders.
This commit is contained in:
parent
d022f3d7a5
commit
b8233e291d
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
.idea/workspace.xml
|
|
||||||
*.pyc
|
|
||||||
/perl6/lib/.precomp
|
|
||||||
/elixir/_build/
|
|
||||||
python/.cache
|
|
||||||
python/.coverage
|
|
||||||
**/.idea
|
|
||||||
1
elixir/.gitignore
vendored
Normal file
1
elixir/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
_build/
|
||||||
1
perl6/.gitignore
vendored
Normal file
1
perl6/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
lib/.precomp
|
||||||
5
python/.gitignore
vendored
Normal file
5
python/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*.pyc
|
||||||
|
.cache
|
||||||
|
.coverage
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
Loading…
Reference in New Issue
Block a user