This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
chore: add EditorConfig to GitPod config
tags/v1.0.0
Jérôme Deuchnord
3 years ago
parent
51ace46321
commit
9a46738049
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
+1
-0
.gitpod.yml
+ 3
- 0
.gitignore
View File
@@ -4,3 +4,6 @@ Pipfile.lock
/build
/build
/dist
/dist
/kosmorrolib.egg-info
/kosmorrolib.egg-info
# Gitpod-specific:
/.vscode/**
+ 1
- 0
.gitpod.yml
View File
@@ -5,6 +5,7 @@ github:
vscode:
vscode:
extensions:
extensions:
- ms-vscode.makefile-tools
- ms-vscode.makefile-tools
- editorconfig.editorconfig
tasks:
tasks:
- before: pip install -U pip pipenv
- before: pip install -U pip pipenv
Write
Preview
Loading…
Cancel
Save