This website works better with JavaScript
Trang chủ
Khám phá
Đăng ký
Đăng nhập
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Correct .jar and .class mentions
Leandro Doctors
8 năm trước cách đây
mục cha
c751b70cc6
commit
0ee8f1a95d
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
Leiningen.gitignore
+ 2
- 1
Leiningen.gitignore
Xem Tập Tin
@@ -1,6 +1,7 @@
pom.xml
pom.xml.asc
-*jar
+*.jar
+*.class
/lib/
/classes/
/target/