|
| 1 | +# Created by .ignore support plugin (hsz.mobi) |
| 2 | +### Windows template |
| 3 | +# Windows thumbnail cache files |
| 4 | +Thumbs.db |
| 5 | +ehthumbs.db |
| 6 | +ehthumbs_vista.db |
| 7 | + |
| 8 | +# Dump file |
| 9 | +*.stackdump |
| 10 | + |
| 11 | +# Folder config file |
| 12 | +[Dd]esktop.ini |
| 13 | + |
| 14 | +# Recycle Bin used on file shares |
| 15 | +$RECYCLE.BIN/ |
| 16 | + |
| 17 | +# Windows Installer files |
| 18 | +*.cab |
| 19 | +*.msi |
| 20 | +*.msm |
| 21 | +*.msp |
| 22 | + |
| 23 | +# Windows shortcuts |
| 24 | +*.lnk |
| 25 | +### JetBrains template |
| 26 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 27 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 28 | + |
| 29 | +# User-specific stuff: |
| 30 | +.idea/ |
| 31 | + |
| 32 | +# CMake |
| 33 | +cmake-build-debug/ |
| 34 | +cmake-build-release/ |
| 35 | + |
| 36 | +# Mongo Explorer plugin: |
| 37 | +.idea/**/mongoSettings.xml |
| 38 | + |
| 39 | +## File-based project format: |
| 40 | +*.iws |
| 41 | + |
| 42 | +## Plugin-specific files: |
| 43 | + |
| 44 | +# IntelliJ |
| 45 | +out/ |
| 46 | + |
| 47 | +# mpeltonen/sbt-idea plugin |
| 48 | +.idea_modules/ |
| 49 | + |
| 50 | +# JIRA plugin |
| 51 | +atlassian-ide-plugin.xml |
| 52 | + |
| 53 | +# Cursive Clojure plugin |
| 54 | +.idea/replstate.xml |
| 55 | + |
| 56 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 57 | +com_crashlytics_export_strings.xml |
| 58 | +crashlytics.properties |
| 59 | +crashlytics-build.properties |
| 60 | +fabric.properties |
| 61 | +### Python template |
| 62 | +# Byte-compiled / optimized / DLL files |
| 63 | +__pycache__/ |
| 64 | +*.py[cod] |
| 65 | +*$py.class |
| 66 | + |
| 67 | +# C extensions |
| 68 | +*.so |
| 69 | + |
| 70 | +# Distribution / packaging |
| 71 | +.Python |
| 72 | +build/ |
| 73 | +develop-eggs/ |
| 74 | +dist/ |
| 75 | +downloads/ |
| 76 | +eggs/ |
| 77 | +.eggs/ |
| 78 | +lib/ |
| 79 | +lib64/ |
| 80 | +parts/ |
| 81 | +sdist/ |
| 82 | +var/ |
| 83 | +wheels/ |
| 84 | +*.egg-info/ |
| 85 | +.installed.cfg |
| 86 | +*.egg |
| 87 | +MANIFEST |
| 88 | + |
| 89 | +# PyInstaller |
| 90 | +# Usually these files are written by a python script from a template |
| 91 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 92 | +*.manifest |
| 93 | +*.spec |
| 94 | + |
| 95 | +# Installer logs |
| 96 | +pip-log.txt |
| 97 | +pip-delete-this-directory.txt |
| 98 | + |
| 99 | +# Unit test / coverage reports |
| 100 | +htmlcov/ |
| 101 | +.tox/ |
| 102 | +.coverage |
| 103 | +.coverage.* |
| 104 | +.cache |
| 105 | +nosetests.xml |
| 106 | +coverage.xml |
| 107 | +*.cover |
| 108 | +.hypothesis/ |
| 109 | +.pytest_cache |
| 110 | + |
| 111 | +# Translations |
| 112 | +*.mo |
| 113 | +*.pot |
| 114 | + |
| 115 | +# Django stuff: |
| 116 | +*.log |
| 117 | +.static_storage/ |
| 118 | +.media/ |
| 119 | +local_settings.py |
| 120 | + |
| 121 | +# Flask stuff: |
| 122 | +instance/ |
| 123 | +.webassets-cache |
| 124 | + |
| 125 | +# Scrapy stuff: |
| 126 | +.scrapy |
| 127 | + |
| 128 | +# Sphinx documentation |
| 129 | +docs/_build/ |
| 130 | +docs/_static/ |
| 131 | +docs/_templates/ |
| 132 | + |
| 133 | +# PyBuilder |
| 134 | +target/ |
| 135 | + |
| 136 | +# Jupyter Notebook |
| 137 | +.ipynb_checkpoints |
| 138 | + |
| 139 | +# pyenv |
| 140 | +.python-version |
| 141 | + |
| 142 | +# celery beat schedule file |
| 143 | +celerybeat-schedule |
| 144 | + |
| 145 | +# SageMath parsed files |
| 146 | +*.sage.py |
| 147 | + |
| 148 | +# Environments |
| 149 | +.env |
| 150 | +.venv |
| 151 | +env/ |
| 152 | +venv/ |
| 153 | +ENV/ |
| 154 | +env.bak/ |
| 155 | +venv.bak/ |
| 156 | + |
| 157 | +# Spyder project settings |
| 158 | +.spyderproject |
| 159 | +.spyproject |
| 160 | + |
| 161 | +# Rope project settings |
| 162 | +.ropeproject |
| 163 | + |
| 164 | +# mkdocs documentation |
| 165 | +/site |
| 166 | + |
| 167 | +# mypy |
| 168 | +.mypy_cache/ |
| 169 | +### Linux template |
| 170 | +*~ |
| 171 | + |
| 172 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 173 | +.fuse_hidden* |
| 174 | + |
| 175 | +# KDE directory preferences |
| 176 | +.directory |
| 177 | + |
| 178 | +# Linux trash folder which might appear on any partition or disk |
| 179 | +.Trash-* |
| 180 | + |
| 181 | +# .nfs files are created when an open file is removed but is still being accessed |
| 182 | +.nfs* |
| 183 | +### macOS template |
| 184 | +# General |
| 185 | +.DS_Store |
| 186 | +.AppleDouble |
| 187 | +.LSOverride |
| 188 | + |
| 189 | +# Icon must end with two \r |
| 190 | +Icon |
| 191 | + |
| 192 | +# Thumbnails |
| 193 | +._* |
| 194 | + |
| 195 | +# Files that might appear in the root of a volume |
| 196 | +.DocumentRevisions-V100 |
| 197 | +.fseventsd |
| 198 | +.Spotlight-V100 |
| 199 | +.TemporaryItems |
| 200 | +.Trashes |
| 201 | +.VolumeIcon.icns |
| 202 | +.com.apple.timemachine.donotpresent |
| 203 | + |
| 204 | +# Directories potentially created on remote AFP share |
| 205 | +.AppleDB |
| 206 | +.AppleDesktop |
| 207 | +Network Trash Folder |
| 208 | +Temporary Items |
| 209 | +.apdisk |
0 commit comments