This commit is contained in:
j0hnskot 2014-06-15 20:21:32 +03:00
parent 33a8bfdef0
commit aeda730b85
3 changed files with 32 additions and 17 deletions

35
.gitignore vendored
View file

@ -1,17 +1,18 @@
# System and IDE files
Thumbs.db
.DS_Store
.idea
Phaser OSX.sublime-project
Phaser OSX.sublime-workspace
Phaser.sublime-project
Phaser.sublime-workspace
*.suo
*.sublime-project
*.sublime-workspace
# Vendors
node_modules/
# Build
dist/
# System and IDE files
Thumbs.db
.DS_Store
.idea
Phaser OSX.sublime-project
Phaser OSX.sublime-workspace
Phaser.sublime-project
Phaser.sublime-workspace
*.suo
*.sublime-project
*.sublime-workspace
# Vendors
node_modules/
# Build
dist/
/nbproject/private/

View file

@ -0,0 +1,5 @@
config.folder=
file.reference.htdocs-phaser=.
files.encoding=UTF-8
site.root.folder=${file.reference.htdocs-phaser}
test.folder=

9
nbproject/project.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>phaser</name>
</data>
</configuration>
</project>