|
| 1 | +tmp/ |
| 2 | +*.tmp |
| 3 | +tmp.* |
| 4 | +*.tmp.* |
| 5 | + |
| 6 | +dist/ |
| 7 | + |
| 8 | +# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,visualstudiocode,jetbrains+all,sublimetext,node,hugo |
| 9 | +# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,visualstudiocode,jetbrains+all,sublimetext,node,hugo |
| 10 | + |
| 11 | +### Hugo ### |
| 12 | +# Generated files by hugo |
| 13 | +/public/ |
| 14 | +/resources/_gen/ |
| 15 | +/assets/jsconfig.json |
| 16 | +hugo_stats.json |
| 17 | + |
| 18 | +# Executable may be added to repository |
| 19 | +hugo.exe |
| 20 | +hugo.darwin |
| 21 | +hugo.linux |
| 22 | + |
| 23 | +# Temporary lock file while building |
| 24 | +/.hugo_build.lock |
| 25 | + |
| 26 | +### JetBrains+all ### |
| 27 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 28 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 29 | + |
| 30 | +# User-specific stuff |
| 31 | +.idea/**/workspace.xml |
| 32 | +.idea/**/tasks.xml |
| 33 | +.idea/**/usage.statistics.xml |
| 34 | +.idea/**/dictionaries |
| 35 | +.idea/**/shelf |
| 36 | + |
| 37 | +# AWS User-specific |
| 38 | +.idea/**/aws.xml |
| 39 | + |
| 40 | +# Generated files |
| 41 | +.idea/**/contentModel.xml |
| 42 | + |
| 43 | +# Sensitive or high-churn files |
| 44 | +.idea/**/dataSources/ |
| 45 | +.idea/**/dataSources.ids |
| 46 | +.idea/**/dataSources.local.xml |
| 47 | +.idea/**/sqlDataSources.xml |
| 48 | +.idea/**/dynamic.xml |
| 49 | +.idea/**/uiDesigner.xml |
| 50 | +.idea/**/dbnavigator.xml |
| 51 | + |
| 52 | +# Gradle |
| 53 | +.idea/**/gradle.xml |
| 54 | +.idea/**/libraries |
| 55 | + |
| 56 | +# Gradle and Maven with auto-import |
| 57 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 58 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 59 | +# auto-import. |
| 60 | +# .idea/artifacts |
| 61 | +# .idea/compiler.xml |
| 62 | +# .idea/jarRepositories.xml |
| 63 | +# .idea/modules.xml |
| 64 | +# .idea/*.iml |
| 65 | +# .idea/modules |
| 66 | +# *.iml |
| 67 | +# *.ipr |
| 68 | + |
| 69 | +# CMake |
| 70 | +cmake-build-*/ |
| 71 | + |
| 72 | +# Mongo Explorer plugin |
| 73 | +.idea/**/mongoSettings.xml |
| 74 | + |
| 75 | +# File-based project format |
| 76 | +*.iws |
| 77 | + |
| 78 | +# IntelliJ |
| 79 | +out/ |
| 80 | + |
| 81 | +# mpeltonen/sbt-idea plugin |
| 82 | +.idea_modules/ |
| 83 | + |
| 84 | +# JIRA plugin |
| 85 | +atlassian-ide-plugin.xml |
| 86 | + |
| 87 | +# Cursive Clojure plugin |
| 88 | +.idea/replstate.xml |
| 89 | + |
| 90 | +# SonarLint plugin |
| 91 | +.idea/sonarlint/ |
| 92 | + |
| 93 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 94 | +com_crashlytics_export_strings.xml |
| 95 | +crashlytics.properties |
| 96 | +crashlytics-build.properties |
| 97 | +fabric.properties |
| 98 | + |
| 99 | +# Editor-based Rest Client |
| 100 | +.idea/httpRequests |
| 101 | + |
| 102 | +# Android studio 3.1+ serialized cache file |
| 103 | +.idea/caches/build_file_checksums.ser |
| 104 | + |
| 105 | +### JetBrains+all Patch ### |
| 106 | +# Ignore everything but code style settings and run configurations |
| 107 | +# that are supposed to be shared within teams. |
| 108 | + |
| 109 | +.idea/* |
| 110 | + |
| 111 | +!.idea/codeStyles |
| 112 | +!.idea/runConfigurations |
| 113 | + |
| 114 | +### Linux ### |
| 115 | +*~ |
| 116 | + |
| 117 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 118 | +.fuse_hidden* |
| 119 | + |
| 120 | +# KDE directory preferences |
| 121 | +.directory |
| 122 | + |
| 123 | +# Linux trash folder which might appear on any partition or disk |
| 124 | +.Trash-* |
| 125 | + |
| 126 | +# .nfs files are created when an open file is removed but is still being accessed |
| 127 | +.nfs* |
| 128 | + |
| 129 | +### macOS ### |
| 130 | +# General |
| 131 | +.DS_Store |
| 132 | +.AppleDouble |
| 133 | +.LSOverride |
| 134 | + |
| 135 | +# Icon must end with two \r |
| 136 | +Icon |
| 137 | + |
| 138 | + |
| 139 | +# Thumbnails |
| 140 | +._* |
| 141 | + |
| 142 | +# Files that might appear in the root of a volume |
| 143 | +.DocumentRevisions-V100 |
| 144 | +.fseventsd |
| 145 | +.Spotlight-V100 |
| 146 | +.TemporaryItems |
| 147 | +.Trashes |
| 148 | +.VolumeIcon.icns |
| 149 | +.com.apple.timemachine.donotpresent |
| 150 | + |
| 151 | +# Directories potentially created on remote AFP share |
| 152 | +.AppleDB |
| 153 | +.AppleDesktop |
| 154 | +Network Trash Folder |
| 155 | +Temporary Items |
| 156 | +.apdisk |
| 157 | + |
| 158 | +### macOS Patch ### |
| 159 | +# iCloud generated files |
| 160 | +*.icloud |
| 161 | + |
| 162 | +### Node ### |
| 163 | +# Logs |
| 164 | +logs |
| 165 | +*.log |
| 166 | +npm-debug.log* |
| 167 | +yarn-debug.log* |
| 168 | +yarn-error.log* |
| 169 | +lerna-debug.log* |
| 170 | +.pnpm-debug.log* |
| 171 | + |
| 172 | +# Diagnostic reports (https://nodejs.org/api/report.html) |
| 173 | +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
| 174 | + |
| 175 | +# Runtime data |
| 176 | +pids |
| 177 | +*.pid |
| 178 | +*.seed |
| 179 | +*.pid.lock |
| 180 | + |
| 181 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 182 | +lib-cov |
| 183 | + |
| 184 | +# Coverage directory used by tools like istanbul |
| 185 | +coverage |
| 186 | +*.lcov |
| 187 | + |
| 188 | +# nyc test coverage |
| 189 | +.nyc_output |
| 190 | + |
| 191 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 192 | +.grunt |
| 193 | + |
| 194 | +# Bower dependency directory (https://bower.io/) |
| 195 | +bower_components |
| 196 | + |
| 197 | +# node-waf configuration |
| 198 | +.lock-wscript |
| 199 | + |
| 200 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 201 | +build/Release |
| 202 | + |
| 203 | +# Dependency directories |
| 204 | +node_modules/ |
| 205 | +jspm_packages/ |
| 206 | + |
| 207 | +# Snowpack dependency directory (https://snowpack.dev/) |
| 208 | +web_modules/ |
| 209 | + |
| 210 | +# TypeScript cache |
| 211 | +*.tsbuildinfo |
| 212 | + |
| 213 | +# Optional npm cache directory |
| 214 | +.npm |
| 215 | + |
| 216 | +# Optional eslint cache |
| 217 | +.eslintcache |
| 218 | + |
| 219 | +# Optional stylelint cache |
| 220 | +.stylelintcache |
| 221 | + |
| 222 | +# Microbundle cache |
| 223 | +.rpt2_cache/ |
| 224 | +.rts2_cache_cjs/ |
| 225 | +.rts2_cache_es/ |
| 226 | +.rts2_cache_umd/ |
| 227 | + |
| 228 | +# Optional REPL history |
| 229 | +.node_repl_history |
| 230 | + |
| 231 | +# Output of 'npm pack' |
| 232 | +*.tgz |
| 233 | + |
| 234 | +# Yarn Integrity file |
| 235 | +.yarn-integrity |
| 236 | + |
| 237 | +# dotenv environment variable files |
| 238 | +.env |
| 239 | +.env.development.local |
| 240 | +.env.test.local |
| 241 | +.env.production.local |
| 242 | +.env.local |
| 243 | + |
| 244 | +# parcel-bundler cache (https://parceljs.org/) |
| 245 | +.cache |
| 246 | +.parcel-cache |
| 247 | + |
| 248 | +# Next.js build output |
| 249 | +.next |
| 250 | +out |
| 251 | + |
| 252 | +# Nuxt.js build / generate output |
| 253 | +.nuxt |
| 254 | +dist |
| 255 | + |
| 256 | +# Gatsby files |
| 257 | +.cache/ |
| 258 | +# Comment in the public line in if your project uses Gatsby and not Next.js |
| 259 | +# https://nextjs.org/blog/next-9-1#public-directory-support |
| 260 | +# public |
| 261 | + |
| 262 | +# vuepress build output |
| 263 | +.vuepress/dist |
| 264 | + |
| 265 | +# vuepress v2.x temp and cache directory |
| 266 | +.temp |
| 267 | + |
| 268 | +# Docusaurus cache and generated files |
| 269 | +.docusaurus |
| 270 | + |
| 271 | +# Serverless directories |
| 272 | +.serverless/ |
| 273 | + |
| 274 | +# FuseBox cache |
| 275 | +.fusebox/ |
| 276 | + |
| 277 | +# DynamoDB Local files |
| 278 | +.dynamodb/ |
| 279 | + |
| 280 | +# TernJS port file |
| 281 | +.tern-port |
| 282 | + |
| 283 | +# Stores VSCode versions used for testing VSCode extensions |
| 284 | +.vscode-test |
| 285 | + |
| 286 | +# yarn v2 |
| 287 | +.yarn/cache |
| 288 | +.yarn/unplugged |
| 289 | +.yarn/build-state.yml |
| 290 | +.yarn/install-state.gz |
| 291 | +.pnp.* |
| 292 | + |
| 293 | +### Node Patch ### |
| 294 | +# Serverless Webpack directories |
| 295 | +.webpack/ |
| 296 | + |
| 297 | +# Optional stylelint cache |
| 298 | + |
| 299 | +# SvelteKit build / generate output |
| 300 | +.svelte-kit |
| 301 | + |
| 302 | +### SublimeText ### |
| 303 | +# Cache files for Sublime Text |
| 304 | +*.tmlanguage.cache |
| 305 | +*.tmPreferences.cache |
| 306 | +*.stTheme.cache |
| 307 | + |
| 308 | +# Workspace files are user-specific |
| 309 | +*.sublime-workspace |
| 310 | + |
| 311 | +# Project files should be checked into the repository, unless a significant |
| 312 | +# proportion of contributors will probably not be using Sublime Text |
| 313 | +# *.sublime-project |
| 314 | + |
| 315 | +# SFTP configuration file |
| 316 | +sftp-config.json |
| 317 | +sftp-config-alt*.json |
| 318 | + |
| 319 | +# Package control specific files |
| 320 | +Package Control.last-run |
| 321 | +Package Control.ca-list |
| 322 | +Package Control.ca-bundle |
| 323 | +Package Control.system-ca-bundle |
| 324 | +Package Control.cache/ |
| 325 | +Package Control.ca-certs/ |
| 326 | +Package Control.merged-ca-bundle |
| 327 | +Package Control.user-ca-bundle |
| 328 | +oscrypto-ca-bundle.crt |
| 329 | +bh_unicode_properties.cache |
| 330 | + |
| 331 | +# Sublime-github package stores a github token in this file |
| 332 | +# https://packagecontrol.io/packages/sublime-github |
| 333 | +GitHub.sublime-settings |
| 334 | + |
| 335 | +### VisualStudioCode ### |
| 336 | +.vscode/* |
| 337 | +!.vscode/settings.json |
| 338 | +!.vscode/tasks.json |
| 339 | +!.vscode/launch.json |
| 340 | +!.vscode/extensions.json |
| 341 | +!.vscode/*.code-snippets |
| 342 | + |
| 343 | +# Local History for Visual Studio Code |
| 344 | +.history/ |
| 345 | + |
| 346 | +# Built Visual Studio Code Extensions |
| 347 | +*.vsix |
| 348 | + |
| 349 | +### VisualStudioCode Patch ### |
| 350 | +# Ignore all local history of files |
| 351 | +.history |
| 352 | +.ionide |
| 353 | + |
| 354 | +### Windows ### |
| 355 | +# Windows thumbnail cache files |
| 356 | +Thumbs.db |
| 357 | +Thumbs.db:encryptable |
| 358 | +ehthumbs.db |
| 359 | +ehthumbs_vista.db |
| 360 | + |
| 361 | +# Dump file |
| 362 | +*.stackdump |
| 363 | + |
| 364 | +# Folder config file |
| 365 | +[Dd]esktop.ini |
| 366 | + |
| 367 | +# Recycle Bin used on file shares |
| 368 | +$RECYCLE.BIN/ |
| 369 | + |
| 370 | +# Windows Installer files |
| 371 | +*.cab |
| 372 | +*.msi |
| 373 | +*.msix |
| 374 | +*.msm |
| 375 | +*.msp |
| 376 | + |
| 377 | +# Windows shortcuts |
| 378 | +*.lnk |
| 379 | + |
| 380 | +# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,visualstudiocode,jetbrains+all,sublimetext,node,hugo |
0 commit comments