|
| 1 | +# Dynamically generated by IntelliJ IDEA FRC Plugin on Sunday January 5, 2020 12:09:46 AM EST using https://gitignore.io |
| 2 | + |
| 3 | +# Created by https://www.gitignore.io/api/java,gradle,intellij+iml,visualstudiocode,linux,macos,windows |
| 4 | +# Edit at https://www.gitignore.io/?templates=java,gradle,intellij+iml,visualstudiocode,linux,macos,windows |
| 5 | + |
| 6 | +### Intellij+iml ### |
| 7 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 8 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 9 | + |
| 10 | +# User-specific stuff |
| 11 | +.idea/**/workspace.xml |
| 12 | +.idea/**/tasks.xml |
| 13 | +.idea/**/usage.statistics.xml |
| 14 | +.idea/**/dictionaries |
| 15 | +.idea/**/shelf |
| 16 | + |
| 17 | +# Generated files |
| 18 | +.idea/**/contentModel.xml |
| 19 | + |
| 20 | +# Sensitive or high-churn files |
| 21 | +.idea/**/dataSources/ |
| 22 | +.idea/**/dataSources.ids |
| 23 | +.idea/**/dataSources.local.xml |
| 24 | +.idea/**/sqlDataSources.xml |
| 25 | +.idea/**/dynamic.xml |
| 26 | +.idea/**/uiDesigner.xml |
| 27 | +.idea/**/dbnavigator.xml |
| 28 | + |
| 29 | +# Gradle |
| 30 | +.idea/**/gradle.xml |
| 31 | +.idea/**/libraries |
| 32 | + |
| 33 | +# Gradle and Maven with auto-import |
| 34 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 35 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 36 | +# auto-import. |
| 37 | +# .idea/modules.xml |
| 38 | +# .idea/*.iml |
| 39 | +# .idea/modules |
| 40 | +# *.iml |
| 41 | +# *.ipr |
| 42 | + |
| 43 | +# CMake |
| 44 | +cmake-build-*/ |
| 45 | + |
| 46 | +# Mongo Explorer plugin |
| 47 | +.idea/**/mongoSettings.xml |
| 48 | + |
| 49 | +# File-based project format |
| 50 | +*.iws |
| 51 | + |
| 52 | +# IntelliJ |
| 53 | +out/ |
| 54 | + |
| 55 | +# mpeltonen/sbt-idea plugin |
| 56 | +.idea_modules/ |
| 57 | + |
| 58 | +# JIRA plugin |
| 59 | +atlassian-ide-plugin.xml |
| 60 | + |
| 61 | +# Cursive Clojure plugin |
| 62 | +.idea/replstate.xml |
| 63 | + |
| 64 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 65 | +com_crashlytics_export_strings.xml |
| 66 | +crashlytics.properties |
| 67 | +crashlytics-build.properties |
| 68 | +fabric.properties |
| 69 | + |
| 70 | +# Editor-based Rest Client |
| 71 | +.idea/httpRequests |
| 72 | + |
| 73 | +# Android studio 3.1+ serialized cache file |
| 74 | +.idea/caches/build_file_checksums.ser |
| 75 | + |
| 76 | +### Intellij+iml Patch ### |
| 77 | +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 78 | + |
| 79 | +*.iml |
| 80 | +modules.xml |
| 81 | +.idea/misc.xml |
| 82 | +*.ipr |
| 83 | + |
| 84 | +### Java ### |
| 85 | +# Compiled class file |
| 86 | +*.class |
| 87 | + |
| 88 | +# Log file |
| 89 | +*.log |
| 90 | + |
| 91 | +# BlueJ files |
| 92 | +*.ctxt |
| 93 | + |
| 94 | +# Mobile Tools for Java (J2ME) |
| 95 | +.mtj.tmp/ |
| 96 | + |
| 97 | +# Package Files # |
| 98 | +*.jar |
| 99 | +*.war |
| 100 | +*.nar |
| 101 | +*.ear |
| 102 | +*.zip |
| 103 | +*.tar.gz |
| 104 | +*.rar |
| 105 | + |
| 106 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 107 | +hs_err_pid* |
| 108 | + |
| 109 | +### Linux ### |
| 110 | +*~ |
| 111 | + |
| 112 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 113 | +.fuse_hidden* |
| 114 | + |
| 115 | +# KDE directory preferences |
| 116 | +.directory |
| 117 | + |
| 118 | +# Linux trash folder which might appear on any partition or disk |
| 119 | +.Trash-* |
| 120 | + |
| 121 | +# .nfs files are created when an open file is removed but is still being accessed |
| 122 | +.nfs* |
| 123 | + |
| 124 | +### macOS ### |
| 125 | +# General |
| 126 | +.DS_Store |
| 127 | +.AppleDouble |
| 128 | +.LSOverride |
| 129 | + |
| 130 | +# Icon must end with two \r |
| 131 | +Icon |
| 132 | + |
| 133 | +# Thumbnails |
| 134 | +._* |
| 135 | + |
| 136 | +# Files that might appear in the root of a volume |
| 137 | +.DocumentRevisions-V100 |
| 138 | +.fseventsd |
| 139 | +.Spotlight-V100 |
| 140 | +.TemporaryItems |
| 141 | +.Trashes |
| 142 | +.VolumeIcon.icns |
| 143 | +.com.apple.timemachine.donotpresent |
| 144 | + |
| 145 | +# Directories potentially created on remote AFP share |
| 146 | +.AppleDB |
| 147 | +.AppleDesktop |
| 148 | +Network Trash Folder |
| 149 | +Temporary Items |
| 150 | +.apdisk |
| 151 | + |
| 152 | +### VisualStudioCode ### |
| 153 | +.vscode/* |
| 154 | +!.vscode/settings.json |
| 155 | +!.vscode/tasks.json |
| 156 | +!.vscode/launch.json |
| 157 | +!.vscode/extensions.json |
| 158 | + |
| 159 | +### VisualStudioCode Patch ### |
| 160 | +# Ignore all local history of files |
| 161 | +.history |
| 162 | + |
| 163 | +### Windows ### |
| 164 | +# Windows thumbnail cache files |
| 165 | +Thumbs.db |
| 166 | +Thumbs.db:encryptable |
| 167 | +ehthumbs.db |
| 168 | +ehthumbs_vista.db |
| 169 | + |
| 170 | +# Dump file |
| 171 | +*.stackdump |
| 172 | + |
| 173 | +# Folder config file |
| 174 | +[Dd]esktop.ini |
| 175 | + |
| 176 | +# Recycle Bin used on file shares |
| 177 | +$RECYCLE.BIN/ |
| 178 | + |
| 179 | +# Windows Installer files |
| 180 | +*.cab |
| 181 | +*.msi |
| 182 | +*.msix |
| 183 | +*.msm |
| 184 | +*.msp |
| 185 | + |
| 186 | +# Windows shortcuts |
| 187 | +*.lnk |
| 188 | + |
| 189 | +### Gradle ### |
| 190 | +.gradle |
| 191 | +build/ |
| 192 | + |
| 193 | +# Ignore Gradle GUI config |
| 194 | +gradle-app.setting |
| 195 | + |
| 196 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 197 | +!gradle-wrapper.jar |
| 198 | + |
| 199 | +# Cache of project |
| 200 | +.gradletasknamecache |
| 201 | + |
| 202 | +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
| 203 | +# gradle/wrapper/gradle-wrapper.properties |
| 204 | + |
| 205 | +### Gradle Patch ### |
| 206 | +**/build/ |
| 207 | + |
| 208 | +# End of https://www.gitignore.io/api/java,gradle,intellij+iml,visualstudiocode,linux,macos,windows |
| 209 | + |
0 commit comments