]> git.mxchange.org Git - ctracker.git/commitdiff
It is okay to have this NetBeans project around + ignored private data
authorRoland Häder <roland@mxchange.org>
Tue, 18 Jul 2017 15:51:36 +0000 (17:51 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Jul 2017 15:51:36 +0000 (17:51 +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 bc2af6d15e64ad75005247c5dfd8c332b79bc0c9..8034addba6c6acb0e679ea987dd880272a6d24cd 100644 (file)
@@ -1 +1,3 @@
 config/db_config.php
+/nbproject/private/
+
diff --git a/nbproject/project.properties b/nbproject/project.properties
new file mode 100644 (file)
index 0000000..76f6f91
--- /dev/null
@@ -0,0 +1,7 @@
+include.path=${php.global.include.path}
+php.version=PHP_56
+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..03aebd2
--- /dev/null
@@ -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>ctracker</name>
+        </data>
+    </configuration>
+</project>