Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Prozorro metrics
Commits
91594b3a
Commit
91594b3a
authored
Mar 24, 2021
by
Pavel Kuzmenko
Browse files
fix:
#4
add .gitignore
parent
f84186be
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
91594b3a
#PyCharm
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
docs/*.png
.coverage*
!.coveragerc
cover-html
swagger.json
specs/
out/
Makefile
View file @
91594b3a
CI_MERGE_REQUEST_TARGET_BRANCH_NAME
?=
''
ifeq
($(CI_MERGE_REQUEST_TARGET_BRANCH_NAME),
'
master
'
)
ifeq
($(CI_MERGE_REQUEST_TARGET_BRANCH_NAME), master)
EGG_INFO
=
egg_info
--tag-date
else
EGG_INFO
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment