Only ignore project's private files, not the whole one.
authorRoland Häder <roland@mxchange.org>
Mon, 30 May 2016 15:23:30 +0000 (17:23 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 30 May 2016 15:23:30 +0000 (17:23 +0200)
.gitignore
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]

index 1fd8eadacc68a7d467c038fab07cea1375d7db24..a4087e8c7727c34b1e75bae6da734e7c33f04728 100644 (file)
@@ -15,6 +15,6 @@ inc/cache/_compiled/html/*.cache.php
 inc/cache/_compiled/xml/*.cache.php
 inc/cache/config-local.php
 inc/cache/sess_*
 inc/cache/_compiled/xml/*.cache.php
 inc/cache/config-local.php
 inc/cache/sess_*
-/nbproject/
+/nbproject/private/
 theme/org/css/aboutme.css
 contrib/seitwert_www_mxchange_org.pdf
 theme/org/css/aboutme.css
 contrib/seitwert_www_mxchange_org.pdf
diff --git a/nbproject/project.properties b/nbproject/project.properties
new file mode 100644 (file)
index 0000000..362f315
--- /dev/null
@@ -0,0 +1,31 @@
+auxiliary.com-junichi11-netbeans-changelf.enable=true
+auxiliary.com-junichi11-netbeans-changelf.lf-kind=LF
+auxiliary.com-junichi11-netbeans-changelf.use-global=false
+auxiliary.com-junichi11-netbeans-changelf.use-project=true
+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-html-editor-lib.default-xhtml-public-id=-//W3C//DTD XHTML 1.0 Transitional//EN
+auxiliary.org-netbeans-modules-javascript2-requirejs.enabled=true
+auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=js/libs
+browser.reload.on.save=true
+code.analysis.excludes=
+file.reference.phpreports-contrib=contrib
+file.reference.phpreports-DOCS=DOCS
+file.reference.phpreports-img=img
+ignore.path=\
+    ${file.reference.phpreports-DOCS}:\
+    ${file.reference.phpreports-contrib}:\
+    ${file.reference.phpreports-img}
+include.path=\
+    ${php.global.include.path}
+php.version=PHP_56
+project.license=gpl20
+source.encoding=UTF-8
+src.dir=.
+tags.asp=false
+tags.short=false
+web.root=.
diff --git a/nbproject/project.xml b/nbproject/project.xml
new file mode 100644 (file)
index 0000000..952c0cf
--- /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>phpreports</name>
+        </data>
+        <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/>
+    </configuration>
+</project>