|
| 1 | +### Vim template |
| 2 | +# swap |
| 3 | +[._]*.s[a-v][a-z] |
| 4 | +[._]*.sw[a-p] |
| 5 | +[._]s[a-v][a-z] |
| 6 | +[._]sw[a-p] |
| 7 | +# session |
| 8 | +Session.vim |
| 9 | +# temporary |
| 10 | +.netrwhist |
| 11 | +*~ |
| 12 | +# auto-generated tag files |
| 13 | +tags |
| 14 | +### Vagrant template |
| 15 | +.vagrant/ |
| 16 | +### SublimeText template |
| 17 | +# cache files for sublime text |
| 18 | +*.tmlanguage.cache |
| 19 | +*.tmPreferences.cache |
| 20 | +*.stTheme.cache |
| 21 | + |
| 22 | +# workspace files are user-specific |
| 23 | +*.sublime-workspace |
| 24 | + |
| 25 | +# project files should be checked into the repository, unless a significant |
| 26 | +# proportion of contributors will probably not be using SublimeText |
| 27 | +# *.sublime-project |
| 28 | + |
| 29 | +# sftp configuration file |
| 30 | +sftp-config.json |
| 31 | + |
| 32 | +# Package control specific files |
| 33 | +Package Control.last-run |
| 34 | +Package Control.ca-list |
| 35 | +Package Control.ca-bundle |
| 36 | +Package Control.system-ca-bundle |
| 37 | +Package Control.cache/ |
| 38 | +Package Control.ca-certs/ |
| 39 | +Package Control.merged-ca-bundle |
| 40 | +Package Control.user-ca-bundle |
| 41 | +oscrypto-ca-bundle.crt |
| 42 | +bh_unicode_properties.cache |
| 43 | + |
| 44 | +# Sublime-github package stores a github token in this file |
| 45 | +# https://packagecontrol.io/packages/sublime-github |
| 46 | +GitHub.sublime-settings |
| 47 | +### Eclipse template |
| 48 | + |
| 49 | +.metadata |
| 50 | +bin/ |
| 51 | +!tests/bin/ |
| 52 | +tmp/ |
| 53 | +*.tmp |
| 54 | +*.bak |
| 55 | +*.swp |
| 56 | +*~.nib |
| 57 | +local.properties |
| 58 | +.settings/ |
| 59 | +.loadpath |
| 60 | +.recommenders |
| 61 | + |
| 62 | +# Eclipse Core |
| 63 | +.project |
| 64 | + |
| 65 | +# External tool builders |
| 66 | +.externalToolBuilders/ |
| 67 | + |
| 68 | +# Locally stored "Eclipse launch configurations" |
| 69 | +*.launch |
| 70 | + |
| 71 | +# PyDev specific (Python IDE for Eclipse) |
| 72 | +*.pydevproject |
| 73 | + |
| 74 | +# CDT-specific (C/C++ Development Tooling) |
| 75 | +.cproject |
| 76 | + |
| 77 | +# JDT-specific (Eclipse Java Development Tools) |
| 78 | +.classpath |
| 79 | + |
| 80 | +# Java annotation processor (APT) |
| 81 | +.factorypath |
| 82 | + |
| 83 | +# PDT-specific (PHP Development Tools) |
| 84 | +.buildpath |
| 85 | + |
| 86 | +# sbteclipse plugin |
| 87 | +.target |
| 88 | + |
| 89 | +# Tern plugin |
| 90 | +.tern-project |
| 91 | + |
| 92 | +# TeXlipse plugin |
| 93 | +.texlipse |
| 94 | + |
| 95 | +# STS (Spring Tool Suite) |
| 96 | +.springBeans |
| 97 | + |
| 98 | +# Code Recommenders |
| 99 | +.recommenders/ |
| 100 | + |
| 101 | +# Scala IDE specific (Scala & Java development for Eclipse) |
| 102 | +.cache-main |
| 103 | +.scala_dependencies |
| 104 | +.worksheet |
| 105 | +### macOS template |
| 106 | +*.DS_Store |
| 107 | +.AppleDouble |
| 108 | +.LSOverride |
| 109 | + |
| 110 | +# Icon must end with two \r |
| 111 | +Icon |
| 112 | + |
| 113 | + |
| 114 | +# Thumbnails |
| 115 | +._* |
| 116 | + |
| 117 | +# Files that might appear in the root of a volume |
| 118 | +.DocumentRevisions-V100 |
| 119 | +.fseventsd |
| 120 | +.Spotlight-V100 |
| 121 | +.TemporaryItems |
| 122 | +.Trashes |
| 123 | +.VolumeIcon.icns |
| 124 | +.com.apple.timemachine.donotpresent |
| 125 | + |
| 126 | +# Directories potentially created on remote AFP share |
| 127 | +.AppleDB |
| 128 | +.AppleDesktop |
| 129 | +Network Trash Folder |
| 130 | +Temporary Items |
| 131 | +.apdisk |
| 132 | +### Linux template |
| 133 | + |
| 134 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 135 | +.fuse_hidden* |
| 136 | + |
| 137 | +# KDE directory preferences |
| 138 | +.directory |
| 139 | + |
| 140 | +# Linux trash folder which might appear on any partition or disk |
| 141 | +.Trash-* |
| 142 | + |
| 143 | +# .nfs files are created when an open file is removed but is still being accessed |
| 144 | +.nfs* |
| 145 | +### JetBrains template |
| 146 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 147 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 148 | + |
| 149 | +# User-specific stuff: |
| 150 | +.idea |
| 151 | + |
| 152 | +## File-based project format: |
| 153 | +*.iws |
| 154 | + |
| 155 | +## Plugin-specific files: |
| 156 | + |
| 157 | +# IntelliJ |
| 158 | +/out/ |
| 159 | + |
| 160 | +# mpeltonen/sbt-idea plugin |
| 161 | +.idea_modules/ |
| 162 | + |
| 163 | +# JIRA plugin |
| 164 | +atlassian-ide-plugin.xml |
| 165 | + |
| 166 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 167 | +com_crashlytics_export_strings.xml |
| 168 | +crashlytics.properties |
| 169 | +crashlytics-build.properties |
| 170 | +fabric.properties |
| 171 | +### Windows template |
| 172 | +# Windows thumbnail cache files |
| 173 | +Thumbs.db |
| 174 | +ehthumbs.db |
| 175 | +ehthumbs_vista.db |
| 176 | + |
| 177 | +# Folder config file |
| 178 | +Desktop.ini |
| 179 | + |
| 180 | +# Recycle Bin used on file shares |
| 181 | +$RECYCLE.BIN/ |
| 182 | + |
| 183 | +# Windows Installer files |
| 184 | +*.cab |
| 185 | +*.msi |
| 186 | +*.msm |
| 187 | +*.msp |
| 188 | + |
| 189 | +# Windows shortcuts |
| 190 | +*.lnk |
| 191 | +### TextMate template |
| 192 | +*.tmproj |
| 193 | +*.tmproject |
| 194 | +tmtags |
| 195 | + |
| 196 | +# Build Assets |
| 197 | +node_modules |
| 198 | +vendor |
| 199 | +/plugin/languages/*.pot |
| 200 | +assets/css/*.css |
| 201 | +assets/css/*.map |
| 202 | +assets/js/*.js |
| 203 | +assets/js/*.map |
| 204 | +coverage.clover |
| 205 | +/plugin/scripts/*-min.js |
| 206 | +wpe-php-compat.zip |
| 207 | +.phpunit.result.cache |
| 208 | + |
| 209 | +# Docker files |
| 210 | +Docker/database |
| 211 | +Docker/wordpress |
| 212 | +Docker/logs |
| 213 | +Docker/debug |
| 214 | +!Docker/bin |
| 215 | + |
| 216 | +# Unit tests |
| 217 | +!/tests/bin/ |
| 218 | + |
| 219 | +# WordPress core (for IDEs) |
| 220 | +/wordpress/ |
| 221 | + |
| 222 | +# Build files |
| 223 | +/build/ |
| 224 | +clover.xml |
0 commit comments