mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
This commit is contained in:
parent
af9bdcd319
commit
f7d597762f
1 changed files with 17 additions and 18 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,18 +1,17 @@
|
||||||
# System and IDE files
|
# System and IDE files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
Phaser OSX.sublime-project
|
Phaser OSX.sublime-project
|
||||||
Phaser OSX.sublime-workspace
|
Phaser OSX.sublime-workspace
|
||||||
Phaser.sublime-project
|
Phaser.sublime-project
|
||||||
Phaser.sublime-workspace
|
Phaser.sublime-workspace
|
||||||
*.suo
|
*.suo
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
# Vendors
|
# Vendors
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
dist/
|
dist/
|
||||||
/nbproject/private/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue