이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
gTimer
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
0
위키
활동
소스 검색
更新 '.gitignore'
master
SisMaker
3 년 전
부모
8b2c1dc612
커밋
0bd19b2415
1개의 변경된 파일
과
21개의 추가작업
그리고
11개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-11
.gitignore
+ 21
- 11
.gitignore
파일 보기
@ -1,19 +1,29 @@
.rebar3
_*
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.concrete/DEV_MODE
# rebar 2.x
.rebar
logs
_build
rel/example_project
ebin/*
deps
# rebar 3
.rebar3
_build/
_checkouts/
rebar.lock
# idea
.idea
*.iml
rebar3.crashdump
*~
cmake-build*
CMakeLists.txt
# nif compile temp file
*.pdb
*.d
compile_commands.json
쓰기
미리보기
불러오는 중...
취소
저장