This website works better with JavaScript.
Home
Explore
Help
Sign In
Dyomedea
/
owark
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Trying netbeans...
master
Eric van der Vlist
3 years ago
parent
b7c70cfd10
commit
a2f20cb296
3 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+7
-0
nbproject/project.properties
+9
-0
nbproject/project.xml
+ 1
- 0
.gitignore
View File
@ -0,0 +1 @@
/nbproject/private/
+ 7
- 0
nbproject/project.properties
View File
@ -0,0 +1,7 @@
include.path=${php.global.include.path}
php.version=PHP_72
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.
+ 9
- 0
nbproject/project.xml
View File
@ -0,0 +1,9 @@
<?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
>
owark-wordpress
</name>
</data>
</configuration>
</project>
Write
Preview
Loading…
Cancel
Save