added public (non-sensitive) NetBeans project files
authorRoland Häder <roland@mxchange.org>
Sat, 15 Jul 2017 17:43:54 +0000 (19:43 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 15 Jul 2017 17:43:54 +0000 (19:43 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
.gitignore
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]

index 5c62d8f671e628f2c2915c410109c503454d8d08..35e1d964665dbf87bbc9408906f899ad1e622971 100644 (file)
@@ -4,7 +4,7 @@ contrib/lfdb2/*.out*
 contrib/mindmaps/*.png
 contrib/mindmaps/*.svg
 inc/config/config-local.php
 contrib/mindmaps/*.png
 contrib/mindmaps/*.svg
 inc/config/config-local.php
-/nbproject
+/nbproject/private/*
 templates/_compiled/*.*
 templates/images/_cache/*.*
 *.*~
 templates/_compiled/*.*
 templates/images/_cache/*.*
 *.*~
diff --git a/nbproject/project.properties b/nbproject/project.properties
new file mode 100644 (file)
index 0000000..3f57abd
--- /dev/null
@@ -0,0 +1,21 @@
+auxiliary.org-netbeans-modules-css-prep.less_2e_compiler_2e_options=
+auxiliary.org-netbeans-modules-css-prep.less_2e_enabled=false
+auxiliary.org-netbeans-modules-css-prep.less_2e_mappings=/less:/css
+auxiliary.org-netbeans-modules-css-prep.sass_2e_compiler_2e_options=
+auxiliary.org-netbeans-modules-css-prep.sass_2e_enabled=false
+auxiliary.org-netbeans-modules-css-prep.sass_2e_mappings=/scss:/css
+auxiliary.org-netbeans-modules-javascript2-requirejs.enabled=false
+auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=js/libs
+browser.reload.on.save=true
+code.analysis.excludes=
+ignore.path=
+include.path=\
+    ${php.global.include.path}
+php.version=PHP_56
+project.license=gpl30
+source.encoding=UTF-8
+src.dir=.
+tags.asp=false
+tags.short=false
+testing.providers=
+web.root=.
diff --git a/nbproject/project.xml b/nbproject/project.xml
new file mode 100644 (file)
index 0000000..da60bb2
--- /dev/null
@@ -0,0 +1,10 @@
+<?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>core</name>
+        </data>
+        <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/>
+    </configuration>
+</project>