Skip to content

Commit 09badc6

Browse files
committed
Added netbeans project
1 parent d0d402e commit 09badc6

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
/nbproject/private/

nbproject/project.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
auxiliary.org-netbeans-modules-php-smarty.smarty-framework=true
2+
include.path=${php.global.include.path}
3+
php.version=PHP_56
4+
source.encoding=UTF-8
5+
src.dir=.
6+
tags.asp=false
7+
tags.short=false
8+
web.root=.

nbproject/project.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.php.project</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/php-project/1">
6+
<name>xataface</name>
7+
</data>
8+
</configuration>
9+
</project>

0 commit comments

Comments
 (0)