이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
genProto
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
3
위키
활동
소스 검색
ft: 目录结构调整 模块重命名 为后续其他语言做准备
master
SisMaker
4 년 전
부모
421c0000c8
커밋
3b3680b5eb
1개의 변경된 파일
과
22개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+22
-3
.gitignore
+ 22
- 3
.gitignore
파일 보기
@ -1,11 +1,30 @@
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin/*.beam
rel/example_project
.concrete/DEV_MODE
# rebar 2.x
.rebar
rel/example_project
ebin/*
deps/*
# rebar 3
.rebar3
_build/
_checkouts/
rebar.lock
# idea
.idea
*.iml
cmake-build*
CMakeLists.txt
# nif compile temp file
*.pdb
*.d
compile_commands.json
!/deps/
쓰기
미리보기
불러오는 중...
취소
저장