Added .gitignore and removed nbproject folder

This commit is contained in:
Alexander Liljengård 2016-05-24 13:46:39 +02:00
parent 455f2b3061
commit 8fab1b5edc
5 changed files with 4 additions and 25 deletions

4
.gitignore vendored Normal file

@ -0,0 +1,4 @@
nbproject
.idea
vendor
bin

@ -1,5 +0,0 @@
copy.src.files=false
copy.src.target=
index.file=
run.as=LOCAL
url=http://localhost/

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>

@ -1,7 +0,0 @@
include.path=${php.global.include.path}
php.version=PHP_53
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.

@ -1,9 +0,0 @@
<?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>Skills</name>
</data>
</configuration>
</project>