不能直接忽略所有名为build的文件夹,因为源代码目录中含也有名为build的文件夹,

pull/30/head
cj 2018-10-09 15:39:01 +08:00
parent 16dc6ab57e
commit f7a0c94c16
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -27,7 +27,7 @@ target/
### NetBeans ### ### NetBeans ###
nbproject/private/ nbproject/private/
build/ build/*
nbbuild/ nbbuild/
dist/ dist/
nbdist/ nbdist/
@ -36,4 +36,8 @@ nbdist/
###################################################################### ######################################################################
# Others # Others
*.log *.log
*.xml.versionsBackup *.xml.versionsBackup
!*/build/*.java
!*/build/*.html
!*/build/*.xml