소스 검색

Disable download folders to be tracked

ChCalvoLeon 3 달 전
부모
커밋
25d2c49cf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore 파일 보기

@@ -15,7 +15,7 @@ user_guide_src/cilexer/build/*
15 15
 user_guide_src/cilexer/dist/*
16 16
 user_guide_src/cilexer/pycilexer.egg-info/*
17 17
 html/vendor/*
18
-#html/DOWNLOADS/*
18
+html/DOWNLOADS/*
19 19
 
20 20
 # IDE Files
21 21
 #-------------------------