このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Kosmorro
/
lib
ミラー元
https://github.com/Kosmorro/lib
ウォッチ
1
スター
0
フォーク
0
コード
課題
リリース
16
アクティビティ
ソースを参照
chore: add EditorConfig to GitPod config
tags/v1.0.0
Jérôme Deuchnord
3年前
親
51ace46321
コミット
9a46738049
2個のファイルの変更
、
4行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
.gitignore
+1
-0
.gitpod.yml
+ 3
- 0
.gitignore
ファイルの表示
@@ -4,3 +4,6 @@ Pipfile.lock
/build
/dist
/kosmorrolib.egg-info
# Gitpod-specific:
/.vscode/**
+ 1
- 0
.gitpod.yml
ファイルの表示
@@ -5,6 +5,7 @@ github:
vscode:
extensions:
- ms-vscode.makefile-tools
- editorconfig.editorconfig
tasks:
- before: pip install -U pip pipenv
書き込み
プレビュー
読み込み中…
キャンセル
保存