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

master
cj 6 years ago committed by Limy
parent c6b772cafe
commit 29e4687353

8
.gitignore vendored

@ -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
Loading…
Cancel
Save