Added nbproject folder to gitignore
This commit is contained in:
parent
db31bd1c26
commit
c4a99aee9a
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@
|
|||||||
settings.json
|
settings.json
|
||||||
errors.txt
|
errors.txt
|
||||||
tests/test_dbs/*
|
tests/test_dbs/*
|
||||||
test_config.json
|
test_config.json
|
||||||
|
nbproject/*
|
@ -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/
|
|
@ -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>
|
|
@ -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=.
|
|
@ -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.
Loading…
Reference in New Issue
Block a user