|
| 1 | +# Created by .ignore support plugin (hsz.mobi) |
| 2 | +### Webpack |
| 3 | +.build_cache |
| 4 | +### VisualStudioCode template |
| 5 | +.vscode/* |
| 6 | +!.vscode/settings.json |
| 7 | +!.vscode/tasks.json |
| 8 | +!.vscode/launch.json |
| 9 | +!.vscode/extensions.json |
| 10 | +### JetBrains template |
| 11 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 12 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 13 | + |
| 14 | +# User-specific stuff |
| 15 | +.idea/**/workspace.xml |
| 16 | +.idea/**/tasks.xml |
| 17 | +.idea/**/usage.statistics.xml |
| 18 | +.idea/**/dictionaries |
| 19 | +.idea/**/shelf |
| 20 | + |
| 21 | +# Sensitive or high-churn files |
| 22 | +.idea/**/dataSources/ |
| 23 | +.idea/**/dataSources.ids |
| 24 | +.idea/**/dataSources.local.xml |
| 25 | +.idea/**/sqlDataSources.xml |
| 26 | +.idea/**/dynamic.xml |
| 27 | +.idea/**/uiDesigner.xml |
| 28 | +.idea/**/dbnavigator.xml |
| 29 | + |
| 30 | +# Gradle |
| 31 | +.idea/**/gradle.xml |
| 32 | +.idea/**/libraries |
| 33 | + |
| 34 | +# Gradle and Maven with auto-import |
| 35 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 36 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 37 | +# auto-import. |
| 38 | +# .idea/modules.xml |
| 39 | +# .idea/*.iml |
| 40 | +# .idea/modules |
| 41 | + |
| 42 | +# CMake |
| 43 | +cmake-build-*/ |
| 44 | + |
| 45 | +# Mongo Explorer plugin |
| 46 | +.idea/**/mongoSettings.xml |
| 47 | + |
| 48 | +# File-based project format |
| 49 | +*.iws |
| 50 | + |
| 51 | +# IntelliJ |
| 52 | +out/ |
| 53 | + |
| 54 | +# mpeltonen/sbt-idea plugin |
| 55 | +.idea_modules/ |
| 56 | + |
| 57 | +# JIRA plugin |
| 58 | +atlassian-ide-plugin.xml |
| 59 | + |
| 60 | +# Cursive Clojure plugin |
| 61 | +.idea/replstate.xml |
| 62 | + |
| 63 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 64 | +com_crashlytics_export_strings.xml |
| 65 | +crashlytics.properties |
| 66 | +crashlytics-build.properties |
| 67 | +fabric.properties |
| 68 | + |
| 69 | +# Editor-based Rest Client |
| 70 | +.idea/httpRequests |
| 71 | +### Node template |
| 72 | +# Logs |
| 73 | +logs |
| 74 | +*.log |
| 75 | +npm-debug.log* |
| 76 | +yarn-debug.log* |
| 77 | +yarn-error.log* |
| 78 | + |
| 79 | +# Runtime data |
| 80 | +pids |
| 81 | +*.pid |
| 82 | +*.seed |
| 83 | +*.pid.lock |
| 84 | + |
| 85 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 86 | +lib-cov |
| 87 | + |
| 88 | +# Coverage directory used by tools like istanbul |
| 89 | +coverage |
| 90 | + |
| 91 | +# nyc test coverage |
| 92 | +.nyc_output |
| 93 | + |
| 94 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 95 | +.grunt |
| 96 | + |
| 97 | +# Bower dependency directory (https://bower.io/) |
| 98 | +bower_components |
| 99 | + |
| 100 | +# node-waf configuration |
| 101 | +.lock-wscript |
| 102 | + |
| 103 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 104 | +build/Release |
| 105 | + |
| 106 | +# Dependency directories |
| 107 | +node_modules/ |
| 108 | +jspm_packages/ |
| 109 | + |
| 110 | +# TypeScript v1 declaration files |
| 111 | +typings/ |
| 112 | + |
| 113 | +# Optional npm cache directory |
| 114 | +.npm |
| 115 | + |
| 116 | +# Optional eslint cache |
| 117 | +.eslintcache |
| 118 | + |
| 119 | +# Optional REPL history |
| 120 | +.node_repl_history |
| 121 | + |
| 122 | +# Output of 'npm pack' |
| 123 | +*.tgz |
| 124 | + |
| 125 | +# Yarn Integrity file |
| 126 | +.yarn-integrity |
| 127 | + |
| 128 | +# dotenv environment variables file |
| 129 | +.env |
| 130 | + |
| 131 | +# parcel-bundler cache (https://parceljs.org/) |
| 132 | +.cache |
| 133 | + |
| 134 | +# next.js build output |
| 135 | +.next |
| 136 | + |
| 137 | +# nuxt.js build output |
| 138 | +.nuxt |
| 139 | + |
| 140 | +# vuepress build output |
| 141 | +.vuepress/dist |
| 142 | + |
| 143 | +# Serverless directories |
| 144 | +.serverless |
| 145 | +### Python template |
| 146 | +# Byte-compiled / optimized / DLL files |
| 147 | +__pycache__/ |
| 148 | +*.py[cod] |
| 149 | +*$py.class |
| 150 | + |
| 151 | +# C extensions |
| 152 | +*.so |
| 153 | + |
| 154 | +# Distribution / packaging |
| 155 | +.Python |
| 156 | +build/ |
| 157 | +develop-eggs/ |
| 158 | +dist/ |
| 159 | +downloads/ |
| 160 | +eggs/ |
| 161 | +.eggs/ |
| 162 | +lib64/ |
| 163 | +parts/ |
| 164 | +sdist/ |
| 165 | +var/ |
| 166 | +wheels/ |
| 167 | +*.egg-info/ |
| 168 | +.installed.cfg |
| 169 | +*.egg |
| 170 | +MANIFEST |
| 171 | + |
| 172 | +# PyInstaller |
| 173 | +# Usually these files are written by a python script from a template |
| 174 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 175 | +*.manifest |
| 176 | +*.spec |
| 177 | + |
| 178 | +# Installer logs |
| 179 | +pip-log.txt |
| 180 | +pip-delete-this-directory.txt |
| 181 | + |
| 182 | +# Unit test / coverage reports |
| 183 | +htmlcov/ |
| 184 | +.tox/ |
| 185 | +.coverage |
| 186 | +.coverage.* |
| 187 | +nosetests.xml |
| 188 | +coverage.xml |
| 189 | +*.cover |
| 190 | +.hypothesis/ |
| 191 | +.pytest_cache/ |
| 192 | + |
| 193 | +# Translations |
| 194 | +*.mo |
| 195 | +*.pot |
| 196 | + |
| 197 | +# Django stuff: |
| 198 | +local_settings.py |
| 199 | +db.sqlite3 |
| 200 | + |
| 201 | +# Flask stuff: |
| 202 | +instance/ |
| 203 | +.webassets-cache |
| 204 | + |
| 205 | +# Scrapy stuff: |
| 206 | +.scrapy |
| 207 | + |
| 208 | +# Sphinx documentation |
| 209 | +docs/_build/ |
| 210 | + |
| 211 | +# PyBuilder |
| 212 | +target/ |
| 213 | + |
| 214 | +# Jupyter Notebook |
| 215 | +.ipynb_checkpoints |
| 216 | + |
| 217 | +# pyenv |
| 218 | +.python-version |
| 219 | + |
| 220 | +# celery beat schedule file |
| 221 | +celerybeat-schedule |
| 222 | + |
| 223 | +# SageMath parsed files |
| 224 | +*.sage.py |
| 225 | + |
| 226 | +# Environments |
| 227 | +.venv |
| 228 | +env/ |
| 229 | +venv/ |
| 230 | +ENV/ |
| 231 | +env.bak/ |
| 232 | +venv.bak/ |
| 233 | + |
| 234 | +# Spyder project settings |
| 235 | +.spyderproject |
| 236 | +.spyproject |
| 237 | + |
| 238 | +# Rope project settings |
| 239 | +.ropeproject |
| 240 | + |
| 241 | +# mkdocs documentation |
| 242 | +/site |
| 243 | + |
| 244 | +# mypy |
| 245 | +.mypy_cache/ |
| 246 | +### SublimeText template |
| 247 | +# Cache files for Sublime Text |
| 248 | +*.tmlanguage.cache |
| 249 | +*.tmPreferences.cache |
| 250 | +*.stTheme.cache |
| 251 | + |
| 252 | +# Workspace files are user-specific |
| 253 | +*.sublime-workspace |
| 254 | + |
| 255 | +# Project files should be checked into the repository, unless a significant |
| 256 | +# proportion of contributors will probably not be using Sublime Text |
| 257 | +# *.sublime-project |
| 258 | + |
| 259 | +# SFTP configuration file |
| 260 | +sftp-config.json |
| 261 | + |
| 262 | +# Package control specific files |
| 263 | +Package Control.last-run |
| 264 | +Package Control.ca-list |
| 265 | +Package Control.ca-bundle |
| 266 | +Package Control.system-ca-bundle |
| 267 | +Package Control.cache/ |
| 268 | +Package Control.ca-certs/ |
| 269 | +Package Control.merged-ca-bundle |
| 270 | +Package Control.user-ca-bundle |
| 271 | +oscrypto-ca-bundle.crt |
| 272 | +bh_unicode_properties.cache |
| 273 | + |
| 274 | +# Sublime-github package stores a github token in this file |
| 275 | +# https://packagecontrol.io/packages/sublime-github |
| 276 | +GitHub.sublime-settings |
| 277 | + |
| 278 | +# Julia manifest file names |
| 279 | +Manifest.toml |
| 280 | +JuliaManifest.toml |
0 commit comments