github.com/daeuniverse/quic-go@v0.0.0-20240413031024-943f218e0810/.gitignore (about) 1 debug 2 debug.test 3 main 4 mockgen_tmp.go 5 *.qtr 6 *.qlog 7 *.txt 8 race.[0-9]* 9 10 fuzzing/*/*.zip 11 fuzzing/*/coverprofile 12 fuzzing/*/crashers 13 fuzzing/*/sonarprofile 14 fuzzing/*/suppressions 15 fuzzing/*/corpus/ 16 17 gomock_reflect_*/ 18 19 # Created by https://www.toptal.com/developers/gitignore/api/goland+all 20 # Edit at https://www.toptal.com/developers/gitignore?templates=goland+all 21 22 ### GoLand+all ### 23 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 24 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 25 26 # User-specific stuff 27 .idea/**/workspace.xml 28 .idea/**/tasks.xml 29 .idea/**/usage.statistics.xml 30 .idea/**/dictionaries 31 .idea/**/shelf 32 33 # AWS User-specific 34 .idea/**/aws.xml 35 36 # Generated files 37 .idea/**/contentModel.xml 38 39 # Sensitive or high-churn files 40 .idea/**/dataSources/ 41 .idea/**/dataSources.ids 42 .idea/**/dataSources.local.xml 43 .idea/**/sqlDataSources.xml 44 .idea/**/dynamic.xml 45 .idea/**/uiDesigner.xml 46 .idea/**/dbnavigator.xml 47 48 # Gradle 49 .idea/**/gradle.xml 50 .idea/**/libraries 51 52 # Gradle and Maven with auto-import 53 # When using Gradle or Maven with auto-import, you should exclude module files, 54 # since they will be recreated, and may cause churn. Uncomment if using 55 # auto-import. 56 # .idea/artifacts 57 # .idea/compiler.xml 58 # .idea/jarRepositories.xml 59 # .idea/modules.xml 60 # .idea/*.iml 61 # .idea/modules 62 # *.iml 63 # *.ipr 64 65 # CMake 66 cmake-build-*/ 67 68 # Mongo Explorer plugin 69 .idea/**/mongoSettings.xml 70 71 # File-based project format 72 *.iws 73 74 # IntelliJ 75 out/ 76 77 # mpeltonen/sbt-idea plugin 78 .idea_modules/ 79 80 # JIRA plugin 81 atlassian-ide-plugin.xml 82 83 # Cursive Clojure plugin 84 .idea/replstate.xml 85 86 # SonarLint plugin 87 .idea/sonarlint/ 88 89 # Crashlytics plugin (for Android Studio and IntelliJ) 90 com_crashlytics_export_strings.xml 91 crashlytics.properties 92 crashlytics-build.properties 93 fabric.properties 94 95 # Editor-based Rest Client 96 .idea/httpRequests 97 98 # Android studio 3.1+ serialized cache file 99 .idea/caches/build_file_checksums.ser 100 101 ### GoLand+all Patch ### 102 # Ignore everything but code style settings and run configurations 103 # that are supposed to be shared within teams. 104 105 .idea/* 106 107 !.idea/codeStyles 108 !.idea/runConfigurations 109 110 # End of https://www.toptal.com/developers/gitignore/api/goland+all