ฉันต้องแยกรูปแบบเหล่านี้ออกจาก Netbeans IDE
vendor/*/tests/* exclude all files under tests folder
vendor/*/test/* exclude all files under test folder
!vender/.*\.php exclude all files that not has .php extension
ฉันวางรูปแบบเหล่านี้เป็นรูปแบบไฟล์ที่ข้าม แต่ไม่ได้ผล มีอะไรที่ฉันพลาดไปไหม
vendor/*/tests/*|vendor/*/test/*|!vender/.*\.php
ขอบคุณ
1
รูปแบบเริ่มต้นคือ: ^ (CVS | SCCS | vssver.? \. scc | #. * # |%. *% | _svn) $ | ~ $ | ^ \. (? htaccess | git. + | hgignore | npmignore | jshintrc | bowerrc | travis \ .yml) $). * $
—
Philip Durbin
ฉันรู้เกี่ยวกับรูปแบบเริ่มต้น แต่ดูเหมือนว่าฉันไม่สามารถเพิ่มรูปแบบของฉัน :(
—
sweb