2

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
4

1 回答 1

0

这在 NetBeans 7.4 中不再是问题

于 2013-10-29T15:46:13.383 回答