Skip to content

Commit af87d38

Browse files
committed
Add finecode_config_dump to all gitignores
1 parent 405b17c commit af87d38

6 files changed

Lines changed: 20 additions & 9 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ src/finecode/_version.py
99
src/finecode.egg-info
1010

1111
.venvs
12-
finecode_dump_config/*
13-
!finecode_dump_config/pyproject.toml
12+
finecode_config_dump/
1413
build/
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.venvs
2-
*.egg-info
2+
src/*.egg-info
3+
__pycache__
4+
finecode_config_dump/
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.venvs
22
build/
33
src/*.egg-info/
4-
__pycache__
4+
__pycache__
5+
finecode_config_dump/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
__pycache__
2+
.coverage
3+
.pytest_cache
4+
.mypy_cache
5+
dist
6+
7+
src/*.egg-info
8+
9+
.venvs
10+
finecode_config_dump/
11+
build/

finecode_extension_api/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.venvs/
22
*.egg-info
33
build/
4-
finecode_dump_config/*
5-
!finecode_dump_config/pyproject.toml
4+
finecode_config_dump/

finecode_extension_runner/.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ __pycache__
66
dist
77

88
src/finecode_extension_runner/_version.py
9-
src/finecode_extension_runner.egg-info
9+
src/*.egg-info
1010

1111
.venvs
12-
finecode_dump_config/*
13-
!finecode_dump_config/pyproject.toml
12+
finecode_config_dump/
1413
build/

0 commit comments

Comments
 (0)