mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
1484d8251b
Build now puts dev files in `build` folder instead, which is excluded from npm.
15 lines
154 B
Text
15 lines
154 B
Text
# System and IDE files
|
|
Thumbs.db
|
|
.DS_Store
|
|
.idea
|
|
*.suo
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Vendors
|
|
node_modules/
|
|
|
|
# Build
|
|
/npm-debug.log
|
|
build/
|
|
out/
|