mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 17:07:43 +00:00
This commit is contained in:
parent
33a8bfdef0
commit
aeda730b85
3 changed files with 32 additions and 17 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -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/
|
5
nbproject/project.properties
Normal file
5
nbproject/project.properties
Normal 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
9
nbproject/project.xml
Normal 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>
|
Loading…
Reference in a new issue