mirror of
https://github.com/phaserjs/phaser.git
synced 2026-03-29 07:57:22 +00:00
17 lines
162 B
Plaintext
17 lines
162 B
Plaintext
# System and IDE files
|
|
Thumbs.db
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Vendors
|
|
node_modules/
|
|
|
|
# Build
|
|
/npm-debug.log
|
|
build/
|
|
out/
|