Netbeansは、/ var / www / application / app / webroot /の下にあるすべてのファイルとフォルダを無視されたものとして表示していますが、それは.gitignoreファイルにあるものではありません。何か案は?これは非常に迷惑です。
Gitバージョン1.7.9.5
Netbeansバージョン7.2.1(ビルド201210100934)
無視ファイルは次のとおりです。
Config/database.php
.idea
.DS_Store
Config/Schema/Builds/*.sql
Config/build.properties
Config/Schema/Dumps/*
!Config/Schema/Dumps/empty
# Test URI
# Ignore netbeans folder
nbproject/*
# Ignore private folder
private/*
!private/empty
# Ignore packed asset files
webroot/css/packed/*
!webroot/css/packed/.htaccess
webroot/js/packed/*
!webroot/js/packed/.htaccess
# MAC
.DS_Store
# Windows
Thumbs.db
# Eclipse project files
.cache
.project
.settings
.buildpath
# Cake TMP Dirs
tmp/*
!tmp/
tmp/cache/*
!tmp/cache/empty
tmp/cache/models/*
!tmp/cache/models/
!tmp/cache/models/empty
tmp/cache/views/*
!tmp/cache/views/
!tmp/cache/views/empty
tmp/logs/*
!tmp/logs/empty
tmp/sessions/*
!tmp/sessions/empty
tmp/tests/*
!tmp/tests/empty