|
| 1 | + |
| 2 | +# Created by https://www.gitignore.io/api/node,macos,linux,windows,solidity,jetbrains+all |
| 3 | + |
| 4 | +### JetBrains+all ### |
| 5 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 6 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 7 | + |
| 8 | +# User-specific stuff: |
| 9 | +.idea/**/workspace.xml |
| 10 | +.idea/**/tasks.xml |
| 11 | +.idea/dictionaries |
| 12 | + |
| 13 | +# Sensitive or high-churn files: |
| 14 | +.idea/**/dataSources/ |
| 15 | +.idea/**/dataSources.ids |
| 16 | +.idea/**/dataSources.xml |
| 17 | +.idea/**/dataSources.local.xml |
| 18 | +.idea/**/sqlDataSources.xml |
| 19 | +.idea/**/dynamic.xml |
| 20 | +.idea/**/uiDesigner.xml |
| 21 | + |
| 22 | +# Gradle: |
| 23 | +.idea/**/gradle.xml |
| 24 | +.idea/**/libraries |
| 25 | + |
| 26 | +# CMake |
| 27 | +cmake-build-debug/ |
| 28 | + |
| 29 | +# Mongo Explorer plugin: |
| 30 | +.idea/**/mongoSettings.xml |
| 31 | + |
| 32 | +## File-based project format: |
| 33 | +*.iws |
| 34 | + |
| 35 | +## Plugin-specific files: |
| 36 | + |
| 37 | +# IntelliJ |
| 38 | +/out/ |
| 39 | + |
| 40 | +# mpeltonen/sbt-idea plugin |
| 41 | +.idea_modules/ |
| 42 | + |
| 43 | +# JIRA plugin |
| 44 | +atlassian-ide-plugin.xml |
| 45 | + |
| 46 | +# Cursive Clojure plugin |
| 47 | +.idea/replstate.xml |
| 48 | + |
| 49 | +# Ruby plugin and RubyMine |
| 50 | +/.rakeTasks |
| 51 | + |
| 52 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 53 | +com_crashlytics_export_strings.xml |
| 54 | +crashlytics.properties |
| 55 | +crashlytics-build.properties |
| 56 | +fabric.properties |
| 57 | + |
| 58 | +### JetBrains+all Patch ### |
| 59 | +# Ignores the whole .idea folder and all .iml files |
| 60 | +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 |
| 61 | + |
| 62 | +.idea/ |
| 63 | + |
| 64 | +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 65 | + |
| 66 | +*.iml |
| 67 | +modules.xml |
| 68 | +.idea/misc.xml |
| 69 | +*.ipr |
| 70 | + |
| 71 | +### Linux ### |
| 72 | +*~ |
| 73 | + |
| 74 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 75 | +.fuse_hidden* |
| 76 | + |
| 77 | +# KDE directory preferences |
| 78 | +.directory |
| 79 | + |
| 80 | +# Linux trash folder which might appear on any partition or disk |
| 81 | +.Trash-* |
| 82 | + |
| 83 | +# .nfs files are created when an open file is removed but is still being accessed |
| 84 | +.nfs* |
| 85 | + |
| 86 | +### macOS ### |
| 87 | +*.DS_Store |
| 88 | +.AppleDouble |
| 89 | +.LSOverride |
| 90 | + |
| 91 | +# Icon must end with two \r |
| 92 | +Icon |
| 93 | + |
| 94 | +# Thumbnails |
| 95 | +._* |
| 96 | + |
| 97 | +# Files that might appear in the root of a volume |
| 98 | +.DocumentRevisions-V100 |
| 99 | +.fseventsd |
| 100 | +.Spotlight-V100 |
| 101 | +.TemporaryItems |
| 102 | +.Trashes |
| 103 | +.VolumeIcon.icns |
| 104 | +.com.apple.timemachine.donotpresent |
| 105 | + |
| 106 | +# Directories potentially created on remote AFP share |
| 107 | +.AppleDB |
| 108 | +.AppleDesktop |
| 109 | +Network Trash Folder |
| 110 | +Temporary Items |
| 111 | +.apdisk |
| 112 | + |
| 113 | +### Node ### |
| 114 | +# Logs |
| 115 | +logs |
| 116 | +*.log |
| 117 | +npm-debug.log* |
| 118 | +yarn-debug.log* |
| 119 | +yarn-error.log* |
| 120 | + |
| 121 | +# Runtime data |
| 122 | +pids |
| 123 | +*.pid |
| 124 | +*.seed |
| 125 | +*.pid.lock |
| 126 | + |
| 127 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 128 | +lib-cov |
| 129 | + |
| 130 | +# Coverage directory used by tools like istanbul |
| 131 | +coverage |
| 132 | + |
| 133 | +# nyc test coverage |
| 134 | +.nyc_output |
| 135 | + |
| 136 | +#test-results |
| 137 | +test-results |
| 138 | + |
| 139 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 140 | +.grunt |
| 141 | + |
| 142 | +# Bower dependency directory (https://bower.io/) |
| 143 | +bower_components |
| 144 | + |
| 145 | +# node-waf configuration |
| 146 | +.lock-wscript |
| 147 | + |
| 148 | +# Compiled binary addons (http://nodejs.org/api/addons.html) |
| 149 | +build/Release |
| 150 | + |
| 151 | +# Dependency directories |
| 152 | +node_modules/ |
| 153 | +jspm_packages/ |
| 154 | + |
| 155 | +# Typescript v1 declaration files |
| 156 | +typings/ |
| 157 | + |
| 158 | +# Optional npm cache directory |
| 159 | +.npm |
| 160 | + |
| 161 | +# Optional eslint cache |
| 162 | +.eslintcache |
| 163 | + |
| 164 | +# Optional REPL history |
| 165 | +.node_repl_history |
| 166 | + |
| 167 | +# Output of 'npm pack' |
| 168 | +*.tgz |
| 169 | + |
| 170 | +# Yarn Integrity file |
| 171 | +.yarn-integrity |
| 172 | + |
| 173 | +# dotenv environment variables file |
| 174 | +.env |
| 175 | + |
| 176 | + |
| 177 | +### Solidity ### |
| 178 | +# Logs |
| 179 | + |
| 180 | +# Runtime data |
| 181 | + |
| 182 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 183 | + |
| 184 | +# Coverage directory used by tools like istanbul |
| 185 | + |
| 186 | +# nyc test coverage |
| 187 | + |
| 188 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 189 | + |
| 190 | +# Bower dependency directory (https://bower.io/) |
| 191 | + |
| 192 | +# node-waf configuration |
| 193 | + |
| 194 | +# Compiled binary addons (http://nodejs.org/api/addons.html) |
| 195 | + |
| 196 | +# Dependency directories |
| 197 | + |
| 198 | +# Typescript v1 declaration files |
| 199 | + |
| 200 | +# Optional npm cache directory |
| 201 | + |
| 202 | +# Optional eslint cache |
| 203 | + |
| 204 | +# Optional REPL history |
| 205 | + |
| 206 | +# Output of 'npm pack' |
| 207 | + |
| 208 | +# Yarn Integrity file |
| 209 | + |
| 210 | +# dotenv environment variables file |
| 211 | + |
| 212 | +installed_contracts |
| 213 | +build |
| 214 | + |
| 215 | +### Windows ### |
| 216 | +# Windows thumbnail cache files |
| 217 | +Thumbs.db |
| 218 | +ehthumbs.db |
| 219 | +ehthumbs_vista.db |
| 220 | + |
| 221 | +# Folder config file |
| 222 | +Desktop.ini |
| 223 | + |
| 224 | +# Recycle Bin used on file shares |
| 225 | +$RECYCLE.BIN/ |
| 226 | + |
| 227 | +# Windows Installer files |
| 228 | +*.cab |
| 229 | +*.msi |
| 230 | +*.msm |
| 231 | +*.msp |
| 232 | + |
| 233 | +# Windows shortcuts |
| 234 | +*.lnk |
| 235 | + |
| 236 | +#build |
| 237 | +dist |
| 238 | + |
| 239 | +src/**/*.js |
| 240 | +src/**/*.js.map |
| 241 | +test/**/*.js |
| 242 | +test/**/*.js.map |
| 243 | + |
| 244 | +# End of https://www.gitignore.io/api/node,macos,linux,windows,solidity,jetbrains+all |
0 commit comments