Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
pypushflow
2743a0c01840f8b25776c84b35f79dd862211aee
2743a0c01840f8b25776c84b35f79dd862211aee
Switch branch/tag
pypushflow
.gitignore
Find file
Normal view
History
Permalink
.gitignore
99 Bytes
Newer
Older
Removed .idea, added .gitignore
Olof Svensson
committed
Jun 22, 2019
1
2
3
4
5
.project
.pydevproject
.settings
*.pyc
.idea
update .gitignore
payno
committed
Apr 07, 2020
6
7
8
9
10
11
12
# oython eggs folder
*.eggs
*egg-info/
# build
build