|
| 1 | + |
| 2 | +# Created by https://www.gitignore.io/api/linux,osx,windows,vim,emacs,sublimetext,visualstudiocode,node |
| 3 | +# Edit at https://www.gitignore.io/?templates=linux,osx,windows,vim,emacs,sublimetext,visualstudiocode,node |
| 4 | + |
| 5 | +### Emacs ### |
| 6 | +# -*- mode: gitignore; -*- |
| 7 | +*~ |
| 8 | +\#*\# |
| 9 | +/.emacs.desktop |
| 10 | +/.emacs.desktop.lock |
| 11 | +*.elc |
| 12 | +auto-save-list |
| 13 | +tramp |
| 14 | +.\#* |
| 15 | + |
| 16 | +# Org-mode |
| 17 | +.org-id-locations |
| 18 | +*_archive |
| 19 | + |
| 20 | +# flymake-mode |
| 21 | +*_flymake.* |
| 22 | + |
| 23 | +# eshell files |
| 24 | +/eshell/history |
| 25 | +/eshell/lastdir |
| 26 | + |
| 27 | +# elpa packages |
| 28 | +/elpa/ |
| 29 | + |
| 30 | +# reftex files |
| 31 | +*.rel |
| 32 | + |
| 33 | +# AUCTeX auto folder |
| 34 | +/auto/ |
| 35 | + |
| 36 | +# cask packages |
| 37 | +.cask/ |
| 38 | +dist/ |
| 39 | + |
| 40 | +# Flycheck |
| 41 | +flycheck_*.el |
| 42 | + |
| 43 | +# server auth directory |
| 44 | +/server/ |
| 45 | + |
| 46 | +# projectiles files |
| 47 | +.projectile |
| 48 | + |
| 49 | +# directory configuration |
| 50 | +.dir-locals.el |
| 51 | + |
| 52 | +# network security |
| 53 | +/network-security.data |
| 54 | + |
| 55 | + |
| 56 | +### Linux ### |
| 57 | + |
| 58 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 59 | +.fuse_hidden* |
| 60 | + |
| 61 | +# KDE directory preferences |
| 62 | +.directory |
| 63 | + |
| 64 | +# Linux trash folder which might appear on any partition or disk |
| 65 | +.Trash-* |
| 66 | + |
| 67 | +# .nfs files are created when an open file is removed but is still being accessed |
| 68 | +.nfs* |
| 69 | + |
| 70 | +### Node ### |
| 71 | +# Logs |
| 72 | +logs |
| 73 | +*.log |
| 74 | +npm-debug.log* |
| 75 | +yarn-debug.log* |
| 76 | +yarn-error.log* |
| 77 | + |
| 78 | +# Runtime data |
| 79 | +pids |
| 80 | +*.pid |
| 81 | +*.seed |
| 82 | +*.pid.lock |
| 83 | + |
| 84 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 85 | +lib-cov |
| 86 | + |
| 87 | +# Coverage directory used by tools like istanbul |
| 88 | +coverage |
| 89 | + |
| 90 | +# nyc test coverage |
| 91 | +.nyc_output |
| 92 | + |
| 93 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 94 | +.grunt |
| 95 | + |
| 96 | +# Bower dependency directory (https://bower.io/) |
| 97 | +bower_components |
| 98 | + |
| 99 | +# node-waf configuration |
| 100 | +.lock-wscript |
| 101 | + |
| 102 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 103 | +build/Release |
| 104 | + |
| 105 | +# Dependency directories |
| 106 | +node_modules/ |
| 107 | +jspm_packages/ |
| 108 | + |
| 109 | +# TypeScript v1 declaration files |
| 110 | +typings/ |
| 111 | + |
| 112 | +# Optional npm cache directory |
| 113 | +.npm |
| 114 | + |
| 115 | +# Optional eslint cache |
| 116 | +.eslintcache |
| 117 | + |
| 118 | +# Optional REPL history |
| 119 | +.node_repl_history |
| 120 | + |
| 121 | +# Output of 'npm pack' |
| 122 | +*.tgz |
| 123 | + |
| 124 | +# Yarn Integrity file |
| 125 | +.yarn-integrity |
| 126 | + |
| 127 | +# dotenv environment variables file |
| 128 | +.env |
| 129 | +.env.test |
| 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 | + |
| 146 | +# FuseBox cache |
| 147 | +.fusebox/ |
| 148 | + |
| 149 | +# DynamoDB Local files |
| 150 | +.dynamodb/ |
| 151 | + |
| 152 | +### OSX ### |
| 153 | +# General |
| 154 | +.DS_Store |
| 155 | +.AppleDouble |
| 156 | +.LSOverride |
| 157 | + |
| 158 | +# Icon must end with two \r |
| 159 | +Icon |
| 160 | + |
| 161 | +# Thumbnails |
| 162 | +._* |
| 163 | + |
| 164 | +# Files that might appear in the root of a volume |
| 165 | +.DocumentRevisions-V100 |
| 166 | +.fseventsd |
| 167 | +.Spotlight-V100 |
| 168 | +.TemporaryItems |
| 169 | +.Trashes |
| 170 | +.VolumeIcon.icns |
| 171 | +.com.apple.timemachine.donotpresent |
| 172 | + |
| 173 | +# Directories potentially created on remote AFP share |
| 174 | +.AppleDB |
| 175 | +.AppleDesktop |
| 176 | +Network Trash Folder |
| 177 | +Temporary Items |
| 178 | +.apdisk |
| 179 | + |
| 180 | +### SublimeText ### |
| 181 | +# Cache files for Sublime Text |
| 182 | +*.tmlanguage.cache |
| 183 | +*.tmPreferences.cache |
| 184 | +*.stTheme.cache |
| 185 | + |
| 186 | +# Workspace files are user-specific |
| 187 | +*.sublime-workspace |
| 188 | + |
| 189 | +# Project files should be checked into the repository, unless a significant |
| 190 | +# proportion of contributors will probably not be using Sublime Text |
| 191 | +# *.sublime-project |
| 192 | + |
| 193 | +# SFTP configuration file |
| 194 | +sftp-config.json |
| 195 | + |
| 196 | +# Package control specific files |
| 197 | +Package Control.last-run |
| 198 | +Package Control.ca-list |
| 199 | +Package Control.ca-bundle |
| 200 | +Package Control.system-ca-bundle |
| 201 | +Package Control.cache/ |
| 202 | +Package Control.ca-certs/ |
| 203 | +Package Control.merged-ca-bundle |
| 204 | +Package Control.user-ca-bundle |
| 205 | +oscrypto-ca-bundle.crt |
| 206 | +bh_unicode_properties.cache |
| 207 | + |
| 208 | +# Sublime-github package stores a github token in this file |
| 209 | +# https://packagecontrol.io/packages/sublime-github |
| 210 | +GitHub.sublime-settings |
| 211 | + |
| 212 | +### Vim ### |
| 213 | +# Swap |
| 214 | +[._]*.s[a-v][a-z] |
| 215 | +[._]*.sw[a-p] |
| 216 | +[._]s[a-rt-v][a-z] |
| 217 | +[._]ss[a-gi-z] |
| 218 | +[._]sw[a-p] |
| 219 | + |
| 220 | +# Session |
| 221 | +Session.vim |
| 222 | + |
| 223 | +# Temporary |
| 224 | +.netrwhist |
| 225 | +# Auto-generated tag files |
| 226 | +tags |
| 227 | +# Persistent undo |
| 228 | +[._]*.un~ |
| 229 | + |
| 230 | +### VisualStudioCode ### |
| 231 | +.vscode/* |
| 232 | +!.vscode/settings.json |
| 233 | +!.vscode/tasks.json |
| 234 | +!.vscode/launch.json |
| 235 | +!.vscode/extensions.json |
| 236 | + |
| 237 | +### VisualStudioCode Patch ### |
| 238 | +# Ignore all local history of files |
| 239 | +.history |
| 240 | + |
| 241 | +### Windows ### |
| 242 | +# Windows thumbnail cache files |
| 243 | +Thumbs.db |
| 244 | +ehthumbs.db |
| 245 | +ehthumbs_vista.db |
| 246 | + |
| 247 | +# Dump file |
| 248 | +*.stackdump |
| 249 | + |
| 250 | +# Folder config file |
| 251 | +[Dd]esktop.ini |
| 252 | + |
| 253 | +# Recycle Bin used on file shares |
| 254 | +$RECYCLE.BIN/ |
| 255 | + |
| 256 | +# Windows Installer files |
| 257 | +*.cab |
| 258 | +*.msi |
| 259 | +*.msix |
| 260 | +*.msm |
| 261 | +*.msp |
| 262 | + |
| 263 | +# Windows shortcuts |
| 264 | +*.lnk |
| 265 | + |
| 266 | +# End of https://www.gitignore.io/api/linux,osx,windows,vim,emacs,sublimetext,visualstudiocode,node |
| 267 | + |
| 268 | +mode7.js |
| 269 | +mode7.wasm |
0 commit comments