gitignore for egg-info and fix on the requirements.txt building error
This commit is contained in:
parent
22417e49d2
commit
b10170e9b0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,4 +9,4 @@
|
||||||
**/hub/logs/
|
**/hub/logs/
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
**/.idea/
|
**/.idea/
|
||||||
|
./dist
|
||||||
|
|
3
cerc_persistence.egg-info/.gitignore
vendored
Normal file
3
cerc_persistence.egg-info/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Except this file
|
||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue
Block a user