|
| 1 | +index.js |
| 2 | +index.js.map |
| 3 | +index.d.ts |
| 4 | +lib/**/*.d.ts |
| 5 | +lib/**/*.js |
| 6 | +lib/**/*.js.map |
| 7 | +test/**/*.js |
| 8 | +test/**/*.d.ts |
| 9 | +test/**/*.js.map |
| 10 | +.tscache |
| 11 | +# Created by .ignore support plugin (hsz.mobi) |
| 12 | +### Eclipse template |
| 13 | + |
| 14 | +.metadata |
| 15 | +bin/ |
| 16 | +tmp/ |
| 17 | +*.tmp |
| 18 | +*.bak |
| 19 | +*.swp |
| 20 | +*~.nib |
| 21 | +local.properties |
| 22 | +.settings/ |
| 23 | +.loadpath |
| 24 | +.recommenders |
| 25 | + |
| 26 | +# External tool builders |
| 27 | +.externalToolBuilders/ |
| 28 | + |
| 29 | +# Locally stored "Eclipse launch configurations" |
| 30 | +*.launch |
| 31 | + |
| 32 | +# PyDev specific (Python IDE for Eclipse) |
| 33 | +*.pydevproject |
| 34 | + |
| 35 | +# CDT-specific (C/C++ Development Tooling) |
| 36 | +.cproject |
| 37 | + |
| 38 | +# Java annotation processor (APT) |
| 39 | +.factorypath |
| 40 | + |
| 41 | +# PDT-specific (PHP Development Tools) |
| 42 | +.buildpath |
| 43 | + |
| 44 | +# sbteclipse plugin |
| 45 | +.target |
| 46 | + |
| 47 | +# Tern plugin |
| 48 | +.tern-project |
| 49 | + |
| 50 | +# TeXlipse plugin |
| 51 | +.texlipse |
| 52 | + |
| 53 | +# STS (Spring Tool Suite) |
| 54 | +.springBeans |
| 55 | + |
| 56 | +# Code Recommenders |
| 57 | +.recommenders/ |
| 58 | + |
| 59 | +# Scala IDE specific (Scala & Java development for Eclipse) |
| 60 | +.cache-main |
| 61 | +.scala_dependencies |
| 62 | +.worksheet |
| 63 | +### VisualStudioCode template |
| 64 | +.vscode/* |
| 65 | +!.vscode/settings.json |
| 66 | +!.vscode/tasks.json |
| 67 | +!.vscode/launch.json |
| 68 | +!.vscode/extensions.json |
| 69 | +### JetBrains template |
| 70 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 71 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 72 | + |
| 73 | +# User-specific stuff: |
| 74 | +.idea/**/workspace.xml |
| 75 | +.idea/**/tasks.xml |
| 76 | +.idea/dictionaries |
| 77 | + |
| 78 | +# Sensitive or high-churn files: |
| 79 | +.idea/**/dataSources/ |
| 80 | +.idea/**/dataSources.ids |
| 81 | +.idea/**/dataSources.xml |
| 82 | +.idea/**/dataSources.local.xml |
| 83 | +.idea/**/sqlDataSources.xml |
| 84 | +.idea/**/dynamic.xml |
| 85 | +.idea/**/uiDesigner.xml |
| 86 | + |
| 87 | +# Gradle: |
| 88 | +.idea/**/gradle.xml |
| 89 | +.idea/**/libraries |
| 90 | + |
| 91 | +# CMake |
| 92 | +cmake-build-debug/ |
| 93 | + |
| 94 | +# Mongo Explorer plugin: |
| 95 | +.idea/**/mongoSettings.xml |
| 96 | + |
| 97 | +## File-based project format: |
| 98 | +*.iws |
| 99 | + |
| 100 | +## Plugin-specific files: |
| 101 | + |
| 102 | +# IntelliJ |
| 103 | +out/ |
| 104 | + |
| 105 | +# mpeltonen/sbt-idea plugin |
| 106 | +.idea_modules/ |
| 107 | + |
| 108 | +# JIRA plugin |
| 109 | +atlassian-ide-plugin.xml |
| 110 | + |
| 111 | +# Cursive Clojure plugin |
| 112 | +.idea/replstate.xml |
| 113 | + |
| 114 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 115 | +com_crashlytics_export_strings.xml |
| 116 | +crashlytics.properties |
| 117 | +crashlytics-build.properties |
| 118 | +fabric.properties |
| 119 | +### Jetbrains Missing template |
| 120 | +.idea |
| 121 | +.iml### Node template |
| 122 | +# Logs |
| 123 | +logs |
| 124 | +*.log |
| 125 | +npm-debug.log* |
| 126 | +yarn-debug.log* |
| 127 | +yarn-error.log* |
| 128 | + |
| 129 | +# Runtime data |
| 130 | +pids |
| 131 | +*.pid |
| 132 | +*.seed |
| 133 | +*.pid.lock |
| 134 | + |
| 135 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 136 | +lib-cov |
| 137 | + |
| 138 | +# Coverage directory used by tools like istanbul |
| 139 | +coverage |
| 140 | + |
| 141 | +# nyc test coverage |
| 142 | +.nyc_output |
| 143 | + |
| 144 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 145 | +.grunt |
| 146 | + |
| 147 | +# Bower dependency directory (https://bower.io/) |
| 148 | +bower_components |
| 149 | + |
| 150 | +# node-waf configuration |
| 151 | +.lock-wscript |
| 152 | + |
| 153 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 154 | +build/Release |
| 155 | + |
| 156 | +# Dependency directories |
| 157 | +node_modules/ |
| 158 | +jspm_packages/ |
| 159 | + |
| 160 | +# Typescript v1 declaration files |
| 161 | +typings/ |
| 162 | + |
| 163 | +# Optional npm cache directory |
| 164 | +.npm |
| 165 | + |
| 166 | +# Optional eslint cache |
| 167 | +.eslintcache |
| 168 | + |
| 169 | +# Optional REPL history |
| 170 | +.node_repl_history |
| 171 | + |
| 172 | +# Output of 'npm pack' |
| 173 | +*.tgz |
| 174 | + |
| 175 | +# Yarn Integrity file |
| 176 | +.yarn-integrity |
| 177 | + |
| 178 | +# dotenv environment variables file |
| 179 | +.env |
| 180 | + |
| 181 | + |
0 commit comments