the browser-facing portion of osu!
at master 1.5 kB view raw
1# Local configuration. 2/.env* 3!/.env*.example 4/.webpack-build-notifier-config.js 5 6# ignore _ide_helper.php 7_ide_helper.php 8 9# composer files/dirs 10/vendor 11composer.phar 12 13# docker related local files 14/compose.override.yml 15 16# OS-specific crud 17.DS_Store 18Thumbs.db 19Icon* 20desktop.ini 21 22# node directory and yarn log 23/node_modules 24/yarn-error.log 25 26# Compiled/copied assets 27/.scribe 28/public/assets 29/public/docs 30/public/uploads 31/public/uploads-avatar 32/public/uploads-replay 33 34# server logs 35/logs/osu/* 36 37# dropbox linux/mac files 38.dropbox* 39 40### PhpStorm ### 41# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm 42 43## Directory-based project format 44.idea/ 45# if you remove the above rule, at least ignore user-specific stuff: 46# .idea/workspace.xml 47# .idea/tasks.xml 48# and these sensitive or high-churn files: 49# .idea/dataSources.ids 50# .idea/dataSources.xml 51# .idea/sqlDataSources.xml 52# .idea/dynamic.xml 53 54## File-based project format 55*.ipr 56*.iws 57*.iml 58 59## Additional for IntelliJ 60out/ 61 62# generated by mpeltonen/sbt-idea plugin 63.idea_modules/ 64 65# generated by JIRA plugin 66atlassian-ide-plugin.xml 67 68# generated by Crashlytics plugin (for Android Studio and Intellij) 69com_crashlytics_export_strings.xml 70 71*.sublime-workspace 72 73sftp-settings.json 74 75/resources/builds/ 76 77composer-installer 78 79/storage/oauth-public.key 80/storage/oauth-private.key 81 82# cache files 83/.eslintcache 84/.phpunit.result.cache 85/bootstrap/cache/ 86/storage/htmlpurifier/ 87/storage/paypal_auth.cache 88 89/database/ip2asn/*.idx 90/database/ip2asn/*.tsv