/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.gitignore
64 строки
943 B
Mat Groves
chore: Add PixiJS development playground (#11878)
12 фев 2026, 18:26
Не верифицирован
12 фев 2026, 18:26
d0c73cf
Код
Авторство
О чём код?
# package.lock packages/**/package-lock.json # sublime text files *.sublime* *.*~*.TMP # temp files .DS_Store Thumbs.db Desktop.ini npm-debug.log lerna-debug.log .eslintcache # project files .project # vim swap files *.sw* # emacs temp files *~ \#*# # project ignores !.gitkeep *__temp node_modules docs coverage coverage.lcov .nyc_output dist lib out # jetBrains IDE ignores .idea # VSCode ignores pixi.code-workspace # IntelliJ *.iml # webdoc api dist/docs/pixi.api.json # A folder that will be uploaded with every PR # This is useful for things like visual testing artifacts that can be used to debug a PR if it fails .pr_uploads # A folder that will be uploaded with every release # This is useful for things like docs and bundled versions of the library .s3_uploads # Build status (for playground) .build-status.json # Playground playground/node_modules/ playground/src/*.playground.ts !playground/src/default.playground.ts