소스 검색

Reworked .gitignore

Lorenz Bung 8 년 전
부모
커밋
94b7375ebd
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      .gitignore

+ 4
- 1
.gitignore 파일 보기

@@ -1,6 +1,6 @@
1 1
 # Generated by Cargo
2 2
 # will have compiled files and executables
3
-/target/
3
+*/*/target/
4 4
 
5 5
 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6 6
 # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
@@ -10,3 +10,6 @@ Cargo.lock
10 10
 **/*.rs.bk
11 11
 
12 12
 *.swp
13
+
14
+# Files generated by IntelliJ IDEA
15
+*.idea

Loading…
취소
저장