|
| 1 | +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
| 2 | + |
| 3 | +# dependencies |
| 4 | +node_modules |
| 5 | +.pnp |
| 6 | +.pnp.js |
| 7 | +.yarn/install-state.gz |
| 8 | + |
| 9 | +# testing |
| 10 | +**/tests/unit/coverage |
| 11 | +**/tests/e2e/coverage |
| 12 | +.last-run.json |
| 13 | + |
| 14 | +# storybook |
| 15 | +storybook-static/ |
| 16 | + |
| 17 | +# next.js |
| 18 | +.next/ |
| 19 | +out/ |
| 20 | +next-env.d.ts |
| 21 | + |
| 22 | +# production |
| 23 | +build |
| 24 | +dist |
| 25 | +dist-ssr |
| 26 | + |
| 27 | +# misc |
| 28 | +.DS_Store |
| 29 | +*.pem |
| 30 | + |
| 31 | +# debug |
| 32 | +npm-debug.log* |
| 33 | +yarn-debug.log* |
| 34 | +yarn-error.log* |
| 35 | +.pnpm-debug.log* |
| 36 | + |
| 37 | +# local env files |
| 38 | +# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables |
| 39 | +.env |
| 40 | +.env*.local |
| 41 | + |
| 42 | +# vercel |
| 43 | +.vercel |
| 44 | + |
| 45 | +# typescript |
| 46 | +*.tsbuildinfo |
| 47 | + |
| 48 | +# Sentry Config File |
| 49 | +.sentryclirc |
| 50 | + |
| 51 | +# Logs |
| 52 | +*.log |
| 53 | + |
| 54 | +.turbo |
| 55 | +.cache |
| 56 | +todos.md |
| 57 | +task.md |
| 58 | +temp |
| 59 | + |
| 60 | +# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 61 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 62 | + |
| 63 | +# User-specific stuff |
| 64 | +.idea/**/workspace.xml |
| 65 | +.idea/**/tasks.xml |
| 66 | +.idea/**/usage.statistics.xml |
| 67 | +.idea/**/dictionaries |
| 68 | +.idea/**/shelf |
| 69 | + |
| 70 | +# AWS User-specific |
| 71 | +.idea/**/aws.xml |
| 72 | + |
| 73 | +# Generated files |
| 74 | +.idea/**/contentModel.xml |
| 75 | + |
| 76 | +# Sensitive or high-churn files |
| 77 | +.idea/**/dataSources/ |
| 78 | +.idea/**/dataSources.ids |
| 79 | +.idea/**/dataSources.local.xml |
| 80 | +.idea/**/sqlDataSources.xml |
| 81 | +.idea/**/dynamic.xml |
| 82 | +.idea/**/uiDesigner.xml |
| 83 | +.idea/**/dbnavigator.xml |
| 84 | + |
| 85 | +# Gradle |
| 86 | +.idea/**/gradle.xml |
| 87 | +.idea/**/libraries |
| 88 | + |
| 89 | +# CMake |
| 90 | +cmake-build-*/ |
| 91 | + |
| 92 | +# Mongo Explorer plugin |
| 93 | +.idea/**/mongoSettings.xml |
| 94 | + |
| 95 | +# File-based project format |
| 96 | +*.iws |
| 97 | + |
| 98 | +# mpeltonen/sbt-idea plugin |
| 99 | +.idea_modules/ |
| 100 | + |
| 101 | +# JIRA plugin |
| 102 | +atlassian-ide-plugin.xml |
| 103 | + |
| 104 | +# Cursive Clojure plugin |
| 105 | +.idea/replstate.xml |
| 106 | + |
| 107 | +# SonarLint plugin |
| 108 | +.idea/sonarlint/ |
| 109 | +.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119 |
| 110 | + |
| 111 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 112 | +com_crashlytics_export_strings.xml |
| 113 | +crashlytics.properties |
| 114 | +crashlytics-build.properties |
| 115 | +fabric.properties |
| 116 | + |
| 117 | +# Editor-based HTTP Client |
| 118 | +.idea/httpRequests |
| 119 | +http-client.private.env.json |
| 120 | + |
| 121 | +# Android studio 3.1+ serialized cache file |
| 122 | +.idea/caches/build_file_checksums.ser |
| 123 | + |
| 124 | +# Apifox Helper cache |
| 125 | +.idea/.cache/.Apifox_Helper |
| 126 | +.idea/ApifoxUploaderProjectSetting.xml |
| 127 | + |
| 128 | +# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215 |
| 129 | +.idea/**/copilot.data.migration.*.xml |
0 commit comments