不能直接忽略所有名为build的文件夹,因为源代码目录中含也有名为build的文件夹,
This commit is contained in:
parent
16dc6ab57e
commit
f7a0c94c16
8
.gitignore
vendored
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…
x
Reference in New Issue
Block a user