本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
eNet
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
0
Wiki
活動
瀏覽代碼
fx: .gitignore 修正
master
SisMaker
3 年之前
父節點
5026d889b9
當前提交
db3d8eccc5
共有
1 個檔案被更改
,包括
9 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-2
.gitignore
+ 9
- 2
.gitignore
查看文件
@ -8,7 +8,7 @@ erl_crash.dump
# rebar 2.x
.rebar
rel/example_project
ebin/*
.beam
ebin/*
deps
# rebar 3
@ -19,4 +19,11 @@ rebar.lock
# idea
.idea
*.iml
*.iml
cmake-build*
CMakeLists.txt
# nif compile temp file
*.pdb
*.d
compile_commands.json
Write
Preview
Loading…
取消
儲存