|
| 1 | +build/ |
| 2 | + |
| 3 | +### NotepadPP template |
| 4 | +# Notepad++ backups # |
| 5 | +*.bak |
| 6 | + |
| 7 | +### VisualStudioCode template |
| 8 | +.vscode/* |
| 9 | +!.vscode/settings.json |
| 10 | +!.vscode/tasks.json |
| 11 | +!.vscode/launch.json |
| 12 | +!.vscode/extensions.json |
| 13 | +!.vscode/*.code-snippets |
| 14 | + |
| 15 | +# Local History for Visual Studio Code |
| 16 | +.history/ |
| 17 | + |
| 18 | +# Built Visual Studio Code Extensions |
| 19 | +*.vsix |
| 20 | + |
| 21 | +### NetBeans template |
| 22 | +**/nbproject/private/ |
| 23 | +**/nbproject/Makefile-*.mk |
| 24 | +**/nbproject/Package-*.bash |
| 25 | +build/ |
| 26 | +nbbuild/ |
| 27 | +dist/ |
| 28 | +nbdist/ |
| 29 | +.nb-gradle/ |
| 30 | + |
| 31 | +### JetBrains template |
| 32 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 33 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 34 | + |
| 35 | +# User-specific stuff |
| 36 | +.idea/ |
| 37 | + |
| 38 | +# File-based project format |
| 39 | +*.iws |
| 40 | + |
| 41 | +# IntelliJ |
| 42 | +out/ |
| 43 | + |
| 44 | +# mpeltonen/sbt-idea plugin |
| 45 | +.idea_modules/ |
| 46 | + |
| 47 | +# JIRA plugin |
| 48 | +atlassian-ide-plugin.xml |
| 49 | + |
| 50 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 51 | +com_crashlytics_export_strings.xml |
| 52 | +crashlytics.properties |
| 53 | +crashlytics-build.properties |
| 54 | +fabric.properties |
| 55 | + |
| 56 | +### Linux template |
| 57 | +*~ |
| 58 | + |
| 59 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 60 | +.fuse_hidden* |
| 61 | + |
| 62 | +# KDE directory preferences |
| 63 | +.directory |
| 64 | + |
| 65 | +# Linux trash folder which might appear on any partition or disk |
| 66 | +.Trash-* |
| 67 | + |
| 68 | +# .nfs files are created when an open file is removed but is still being accessed |
| 69 | +.nfs* |
| 70 | + |
| 71 | +### Emacs template |
| 72 | +# -*- mode: gitignore; -*- |
| 73 | +\#*\# |
| 74 | +/.emacs.desktop |
| 75 | +/.emacs.desktop.lock |
| 76 | +*.elc |
| 77 | +auto-save-list |
| 78 | +tramp |
| 79 | +.\#* |
| 80 | + |
| 81 | +# Org-mode |
| 82 | +.org-id-locations |
| 83 | +*_archive |
| 84 | + |
| 85 | +# flymake-mode |
| 86 | +*_flymake.* |
| 87 | + |
| 88 | +# eshell files |
| 89 | +/eshell/history |
| 90 | +/eshell/lastdir |
| 91 | + |
| 92 | +# elpa packages |
| 93 | +/elpa/ |
| 94 | + |
| 95 | +# reftex files |
| 96 | +*.rel |
| 97 | + |
| 98 | +# AUCTeX auto folder |
| 99 | +/auto/ |
| 100 | + |
| 101 | +# cask packages |
| 102 | +.cask/ |
| 103 | + |
| 104 | +# Flycheck |
| 105 | +flycheck_*.el |
| 106 | + |
| 107 | +# server auth directory |
| 108 | +/server/ |
| 109 | + |
| 110 | +# projectiles files |
| 111 | +.projectile |
| 112 | + |
| 113 | +# directory configuration |
| 114 | +.dir-locals.el |
| 115 | + |
| 116 | +# network security |
| 117 | +/network-security.data |
| 118 | + |
| 119 | + |
| 120 | +### Eclipse template |
| 121 | +.metadata |
| 122 | +bin/ |
| 123 | +tmp/ |
| 124 | +*.tmp |
| 125 | +*.swp |
| 126 | +*~.nib |
| 127 | +local.properties |
| 128 | +.settings/ |
| 129 | +.loadpath |
| 130 | +.recommenders |
| 131 | + |
| 132 | +# External tool builders |
| 133 | +.externalToolBuilders/ |
| 134 | + |
| 135 | +# Locally stored "Eclipse launch configurations" |
| 136 | +*.launch |
| 137 | + |
| 138 | +# PyDev specific (Python IDE for Eclipse) |
| 139 | +*.pydevproject |
| 140 | + |
| 141 | +# CDT-specific (C/C++ Development Tooling) |
| 142 | +.cproject |
| 143 | + |
| 144 | +# CDT- autotools |
| 145 | +.autotools |
| 146 | + |
| 147 | +# Java annotation processor (APT) |
| 148 | +.factorypath |
| 149 | + |
| 150 | +# PDT-specific (PHP Development Tools) |
| 151 | +.buildpath |
| 152 | + |
| 153 | +# sbteclipse plugin |
| 154 | +.target |
| 155 | + |
| 156 | +# Tern plugin |
| 157 | +.tern-project |
| 158 | + |
| 159 | +# TeXlipse plugin |
| 160 | +.texlipse |
| 161 | + |
| 162 | +# STS (Spring Tool Suite) |
| 163 | +.springBeans |
| 164 | + |
| 165 | +# Code Recommenders |
| 166 | +.recommenders/ |
| 167 | + |
| 168 | +# Annotation Processing |
| 169 | +.apt_generated/ |
| 170 | +.apt_generated_test/ |
| 171 | + |
| 172 | +# Scala IDE specific (Scala & Java development for Eclipse) |
| 173 | +.cache-main |
| 174 | +.scala_dependencies |
| 175 | +.worksheet |
| 176 | + |
| 177 | +# Uncomment this line if you wish to ignore the project description file. |
| 178 | +# Typically, this file would be tracked if it contains build/dependency configurations: |
| 179 | +#.project |
| 180 | + |
| 181 | +### Windows template |
| 182 | +# Windows thumbnail cache files |
| 183 | +Thumbs.db |
| 184 | +Thumbs.db:encryptable |
| 185 | +ehthumbs.db |
| 186 | +ehthumbs_vista.db |
| 187 | + |
| 188 | +# Dump file |
| 189 | +*.stackdump |
| 190 | + |
| 191 | +# Folder config file |
| 192 | +[Dd]esktop.ini |
| 193 | + |
| 194 | +# Recycle Bin used on file shares |
| 195 | +$RECYCLE.BIN/ |
| 196 | + |
| 197 | +# Windows Installer files |
| 198 | +*.cab |
| 199 | +*.msi |
| 200 | +*.msix |
| 201 | +*.msm |
| 202 | +*.msp |
| 203 | + |
| 204 | +# Windows shortcuts |
| 205 | +*.lnk |
| 206 | + |
| 207 | +### Vim template |
| 208 | +# Swap |
| 209 | +[._]*.s[a-v][a-z] |
| 210 | +!*.svg # comment out if you don't need vector files |
| 211 | +[._]*.sw[a-p] |
| 212 | +[._]s[a-rt-v][a-z] |
| 213 | +[._]ss[a-gi-z] |
| 214 | +[._]sw[a-p] |
| 215 | + |
| 216 | +# Session |
| 217 | +Session.vim |
| 218 | +Sessionx.vim |
| 219 | + |
| 220 | +# Temporary |
| 221 | +.netrwhist |
| 222 | +# Auto-generated tag files |
| 223 | +tags |
| 224 | +# Persistent undo |
| 225 | +[._]*.un~ |
| 226 | + |
| 227 | +### macOS template |
| 228 | +# General |
| 229 | +.DS_Store |
| 230 | +.AppleDouble |
| 231 | +.LSOverride |
| 232 | + |
| 233 | +# Icon must end with two \r |
| 234 | +Icon |
| 235 | + |
| 236 | +# Thumbnails |
| 237 | +._* |
| 238 | + |
| 239 | +# Files that might appear in the root of a volume |
| 240 | +.DocumentRevisions-V100 |
| 241 | +.fseventsd |
| 242 | +.Spotlight-V100 |
| 243 | +.TemporaryItems |
| 244 | +.Trashes |
| 245 | +.VolumeIcon.icns |
| 246 | +.com.apple.timemachine.donotpresent |
| 247 | + |
| 248 | +# Directories potentially created on remote AFP share |
| 249 | +.AppleDB |
| 250 | +.AppleDesktop |
| 251 | +Network Trash Folder |
| 252 | +Temporary Items |
| 253 | +.apdisk |
| 254 | + |
| 255 | +### SublimeText template |
| 256 | +# Cache files for Sublime Text |
| 257 | +*.tmlanguage.cache |
| 258 | +*.tmPreferences.cache |
| 259 | +*.stTheme.cache |
| 260 | + |
| 261 | +# Workspace files are user-specific |
| 262 | +*.sublime-workspace |
| 263 | + |
| 264 | +# Project files should be checked into the repository, unless a significant |
| 265 | +# proportion of contributors will probably not be using Sublime Text |
| 266 | +# *.sublime-project |
| 267 | + |
| 268 | +# SFTP configuration file |
| 269 | +sftp-config.json |
| 270 | +sftp-config-alt*.json |
| 271 | + |
| 272 | +# Package control specific files |
| 273 | +Package Control.last-run |
| 274 | +Package Control.ca-list |
| 275 | +Package Control.ca-bundle |
| 276 | +Package Control.system-ca-bundle |
| 277 | +Package Control.cache/ |
| 278 | +Package Control.ca-certs/ |
| 279 | +Package Control.merged-ca-bundle |
| 280 | +Package Control.user-ca-bundle |
| 281 | +oscrypto-ca-bundle.crt |
| 282 | +bh_unicode_properties.cache |
| 283 | + |
| 284 | +# Sublime-github package stores a github token in this file |
| 285 | +# https://packagecontrol.io/packages/sublime-github |
| 286 | +GitHub.sublime-settings |
0 commit comments