From 5e5843a8e3f22bfcb2a96dd62960a89914c6d615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xe=CC=81fir=20Destiny?= Date: Tue, 1 Oct 2013 10:05:54 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=AAme=20que=20c'est=20le=20premier=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + index.php | 10 ++++++++++ nbproject/project.properties | 7 +++++++ nbproject/project.xml | 9 +++++++++ 4 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 index.php create mode 100644 nbproject/project.properties create mode 100644 nbproject/project.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14bc68c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/nbproject/private/ \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..c6315a6 --- /dev/null +++ b/index.php @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..67f3fcd --- /dev/null +++ b/nbproject/project.properties @@ -0,0 +1,7 @@ +include.path=${php.global.include.path} +php.version=PHP_54 +source.encoding=UTF-8 +src.dir=. +tags.asp=false +tags.short=true +web.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..6acd0da --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.php.project + + + Git Center + + +