Added nbproject folder to gitignore

This commit is contained in:
Timothy Warren 2012-04-10 18:53:39 -04:00
parent db31bd1c26
commit c4a99aee9a
6 changed files with 2 additions and 27 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
settings.json
errors.txt
tests/test_dbs/*
test_config.json
test_config.json
nbproject/*

View File

@ -1,6 +0,0 @@
auxiliary.org-netbeans-modules-php-editor.dbconn=jdbc:derby://localhost:1527/sample [app on APP]
copy.src.files=false
copy.src.target=
index.file=index.php
run.as=SCRIPT
url=http://localhost/OpenSQLManager/

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>

View File

@ -1,7 +0,0 @@
include.path=${php.global.include.path}
php.version=PHP_5
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>OpenSQLManager</name>
</data>
</configuration>
</project>

Binary file not shown.